Minor visuals.
[wolnelektury.git] / src / wolnelektury / static / scss / text_eink.scss
1 .media-eink {
2     .annoy-banner {
3         background: white !important;
4         color: black !important;
5         border: 3px solid black;
6     }
7
8     .dynamic-insert {
9         background: white !important;
10         color: black !important;
11         border: 3px solid black;
12     }
13     
14     .annoy-banner-on_blackout {
15         display: none !important;
16     }
17     .annoy-banner_blackout {
18         display: none !important;
19     }
20
21     
22 }