summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-28 12:16:38 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-28 12:16:38 +0100
commite5b9062581dec4af2a0be68c8142b3cc295fa63b (patch)
treebcc8eb848ad4c3cee3f6415cea8fefa8dd2d43f8 /static
parent430e143094d4e17050e9ce11df9e06e0ac9736d8 (diff)
Update stylesheet
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 0f6c16a..dff0f30 100644
--- a/static/style.css
+++ b/static/style.css
@@ -64,12 +64,15 @@ h1 {
}
h1,
-h2,
+h2 {
+ color: #bb9af7;
+}
+
h3,
h4,
h5,
h6 {
- color: #bb9af7;
+ color: #DDD;
}
hr {