- commit
- 9c1513c6a0386b403306696184583642260055e3
- parent
- a3ee13bf023c51e617750bf32e3da3e807e4727f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-11-23 20:32
improve footer contrast in dark mode
Diffstat
| M | static/style.css | 6 | ++++-- |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
@@ -16,6 +16,7 @@ body {
16 16
17 17 textarea {
18 18 border: 0;
-1 19 margin: 0;
19 20 resize: none;
20 21 padding: 0.5em;
21 22 font-size: 120%;
@@ -29,7 +30,7 @@ textarea[readonly] {
29 30 footer {
30 31 padding: 0.5em;
31 32 background-color: #eee;
32 -1 border-top: 1px solid;
-1 33 border-top: 1px solid black;
33 34 text-align: center;
34 35 }
35 36
@@ -40,6 +41,7 @@ footer {
40 41 }
41 42 footer,
42 43 textarea[readonly] {
43 -1 background: #666;
-1 44 background: #333;
-1 45 color: white;
44 46 }
45 47 }