X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e89f0663d3ef7ccbf2b51e400430695fb2421b6f..4db71d02697f83eac393bdf34fbe1aff54757df4:/src/wolnelektury/static/scss/text_eink.scss?ds=sidebyside diff --git a/src/wolnelektury/static/scss/text_eink.scss b/src/wolnelektury/static/scss/text_eink.scss new file mode 100644 index 000000000..f0694ce0d --- /dev/null +++ b/src/wolnelektury/static/scss/text_eink.scss @@ -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; + } + + +}