summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-04 17:22:35 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-04 17:22:35 +0100
commitef5e376a276b51c0b10594f17ca15694381a7aee (patch)
treeb4ddb61796d4045e47c91f09f030fa8baef195ca /static/css
parent5cf04aed4bac748c07edf9b99f281c939856d9ef (diff)
fix: changed background color
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css4
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 {