diff --git a/contrib/logo-color.d/style.css b/contrib/logo-color.d/style.css
deleted file mode 100644
index eb2ec6a..0000000
--- a/contrib/logo-color.d/style.css
+++ /dev/null
@@ -1,5 +0,0 @@
-body {
- font-family: fira-sans, sans-serif;
- font-size: 10pt;
- background-color: transparent;
-}
diff --git a/contrib/logo-color.html b/contrib/logo-color.html
index 17942ce..507445b 100644
--- a/contrib/logo-color.html
+++ b/contrib/logo-color.html
@@ -3,7 +3,7 @@
RouterOS-Scripts Logo Color Changer
-
+
diff --git a/contrib/notification.html b/contrib/notification.html
index 7875036..b7d6764 100644
--- a/contrib/notification.html
+++ b/contrib/notification.html
@@ -3,8 +3,8 @@
RouterOS-Scripts Notification Generator
-
-
+
+
diff --git a/contrib/notification.d/style.css b/general/style.css
similarity index 93%
rename from contrib/notification.d/style.css
rename to general/style.css
index 648ea23..66d44f1 100644
--- a/contrib/notification.d/style.css
+++ b/general/style.css
@@ -1,7 +1,8 @@
+/* stylesheet for RouterOS Scripts */
body {
+ background-color: transparent;
font-family: fira-sans, sans-serif;
font-size: 10pt;
- background-color: transparent;
}
div.notification {
position: relative;