Skip to content

Commit bcd9265

Browse files
Adjust light theme color palette
Tweak several light-theme colors for improved contrast and visual consistency. Updated page background to #f5f5f5 and primary text to #212529; navbar and footer backgrounds changed to #e9ecef to better match the new palette. No functional changes—purely visual/theme adjustments.
1 parent 1f5f341 commit bcd9265

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_config_theme.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ giscus:
8989
date_format: "%B %-d, %Y"
9090

9191
# Light theme colors
92-
page-col: "#ffffff"
93-
text-col: "#404040"
92+
page-col: "#f5f5f5"
93+
text-col: "#212529"
9494
link-col: "#28a9e6"
9595
hover-col: "#1c7fb3"
96-
navbar-col: "#f8f9fa"
96+
navbar-col: "#e9ecef"
9797
navbar-text-col: "#212529"
9898
navbar-border-col: "#dee2e6"
99-
footer-col: "#f8f9fa"
99+
footer-col: "#e9ecef"
100100
footer-text-col: "#6c757d"
101101
footer-link-col: "#212529"
102102
footer-hover-col: "#28a9e6"

0 commit comments

Comments
 (0)