diff options
| author | mion <> | 2026-05-27 15:55:24 +0100 |
|---|---|---|
| committer | mion <> | 2026-05-27 15:55:24 +0100 |
| commit | f305be5f9172757de3c2abf2e732283578a065cc (patch) | |
| tree | 8d2d24d407d5decc94e93ea6be793b6dd653710a /css | |
| parent | 0263a874b91aa42dd5e8fdc9bc1205484c402bb8 (diff) | |
update
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index 272fbf3..a8d281e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { - background: #111111; + background: #202020; color: #fc6c8e; max-width: 960px; margin-left: auto; @@ -30,7 +30,7 @@ figcaption { } hr { - border: #202020 solid 1px; + border: #303030 solid 1px; } table @@ -40,7 +40,7 @@ table table td, th { - border: 1px solid #202020; + border: 1px solid #303030; padding: 4px; } |
