sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / LCARStrek / global / narrate.css
diff --git a/LCARStrek/global/narrate.css b/LCARStrek/global/narrate.css
new file mode 100644 (file)
index 0000000..3aa8a8a
--- /dev/null
@@ -0,0 +1,11 @@
+body.light .narrating {
+  background-color: #ffc;
+}
+
+body.sepia .narrating {
+  background-color: #e0d7c5;
+}
+
+body.dark .narrating {
+  background-color: #242424;
+}