- commit
- 9607b3f27cf3aaa9f650d7d1200f5d9482855d6b
- parent
- f5683a5fe009b861670ebe0c599206a188c8bde8
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-01 07:06
increase contrast
Diffstat
| M | style.css | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
@@ -16,7 +16,7 @@ body {
16 16 }
17 17
18 18 a {
19 -1 color: #777;
-1 19 color: #666;
20 20 }
21 21
22 22 a:hover {
@@ -35,7 +35,7 @@ footer {
35 35 font-size: 80%;
36 36 text-align: center;
37 37 padding: 0.5em;
38 -1 color: #777;
-1 38 color: #666;
39 39 }
40 40
41 41 dialog {