- commit
- 145488676d50132e4bfeecafce0d341198b6e3eb
- parent
- c523408ddb1d1e04f8d5794df3b5586d7d60fb5e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-10-08 19:53
light theme: much lighter grey
Diffstat
| M | static/style.css | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
@@ -48,7 +48,7 @@ pre {
48 48 inset-inline-end: 0;
49 49 }
50 50
51 -1 .color-0 { color: #999 }
-1 51 .color-0 { color: #bbb }
52 52 .color-1 { color: #c00 }
53 53 .color-2 { color: #591 }
54 54 .color-3 { color: #b71 }
@@ -74,7 +74,7 @@ pre {
74 74 .color-4 { color: #6ad }
75 75 .color-5 { color: #c8b }
76 76 .color-6 { color: #0dd }
77 -1 .color-7 { color: #999 }
-1 77 .color-7 { color: #bbb }
78 78
79 79 .controls {
80 80 opacity: 0.1;