diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-04 17:22:35 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-04 17:22:35 +0100 |
| commit | ef5e376a276b51c0b10594f17ca15694381a7aee (patch) | |
| tree | b4ddb61796d4045e47c91f09f030fa8baef195ca /static | |
| parent | 5cf04aed4bac748c07edf9b99f281c939856d9ef (diff) | |
fix: changed background color
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 7267a50..f0a2808 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ body, html { } body { - background-color: #F9F6EE; + background-color: #FFFFFF; } h1 { @@ -85,7 +85,7 @@ p { width: 80%; margin-bottom: 0em; margin-top: 0em; - background-color: #F9F6EE; + background-color: #FFFFFF; } .date { |
