diff --git a/src/style.css b/src/style.css
index 476a220..bdaf388 100644
--- a/src/style.css
+++ b/src/style.css
@@ -273,3 +273,16 @@ dropdown-item, #menu-control-dropdown p {
#menu-control-dropdown p:active, .material-button-active:active {
background-color: #e0e0e0;
}
+
+material-popup material-button {
+ background-color: #fff;
+ color: #000;
+}
+
+material-popup material-button:hover material-waves {
+ background-color: hsla(0,0%,75%,.2);
+}
+
+material-popup .popup {
+ max-width: 450px;
+}
diff --git a/src/tags/add.tag b/src/tags/add.tag
index 46ff0bd..0f5e906 100644
--- a/src/tags/add.tag
+++ b/src/tags/add.tag
@@ -15,38 +15,34 @@
along with this program. If not, see .
-->
-
+
+
+
+
+
+