Minor visuals.
[wolnelektury.git] / src / wolnelektury / static / scss / text_eink.scss
diff --git a/src/wolnelektury/static/scss/text_eink.scss b/src/wolnelektury/static/scss/text_eink.scss
new file mode 100644 (file)
index 0000000..f0694ce
--- /dev/null
@@ -0,0 +1,22 @@
+.media-eink {
+    .annoy-banner {
+        background: white !important;
+        color: black !important;
+        border: 3px solid black;
+    }
+
+    .dynamic-insert {
+        background: white !important;
+        color: black !important;
+        border: 3px solid black;
+    }
+    
+    .annoy-banner-on_blackout {
+        display: none !important;
+    }
+    .annoy-banner_blackout {
+        display: none !important;
+    }
+
+    
+}