aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/userChrome.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css
index e69de29..a4f054b 100644
--- a/css/userChrome.css
+++ b/css/userChrome.css
@@ -0,0 +1,30 @@
+/*
+ * ~~~ firefox custom styling
+*/
+
+/*
+ * ~~~ variables */
+:root {
+
+ /* colors */
+ --autumn-color-background: #18181b;
+ --autumn-color-text: #e0e1e4;
+}
+
+/*
+ * ~~~ navbar */
+#nav-bar {
+ background-color: var(--autumn-color-background) !important;
+}
+
+/*
+ * ~~~ toolbar */
+#PersonalToolbar {
+ background-color: var(--autumn-color-background) !important;
+}
+
+/*
+ * ~~~ sidebar */
+#sidebar-main {
+ background-color: var(--autumn-color-background) !important;
+}