aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/narrate.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/narrate.css')
-rw-r--r--arc-firefox-theme/chrome/global/narrate.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/narrate.css b/arc-firefox-theme/chrome/global/narrate.css
new file mode 100644
index 0000000..3aa8a8a
--- /dev/null
+++ b/arc-firefox-theme/chrome/global/narrate.css
@@ -0,0 +1,11 @@
+body.light .narrating {
+ background-color: #ffc;
+}
+
+body.sepia .narrating {
+ background-color: #e0d7c5;
+}
+
+body.dark .narrating {
+ background-color: #242424;
+}