Skip to content

Commit

Permalink
change light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
slowSort committed Nov 25, 2024
1 parent 40bd182 commit 81e886b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

:root {
// Variable for the light mode
--bg-color: #f2f2f2; // Background color
--bg-color: #eee7d7; // Background color
--font-serif: "Libre Baskerville", serif; // Serif font
--font-sansserif: "Montserrat", sans-serif; // Sans-Serif font
--font-color: #333333; // Font color
--font-size: 22px; // Font size
--text-width: 35em; // Width of the area where the content of the pages and posts are displayed
--text-font: var(--font-serif); // Default font for the text
--line-height: calc(var(--font-size) * 2); // Line height
--custom-color: cyan; // Complementary color, for the lines and underlinings
--custom-color: rgb(248, 118, 102); // Complementary color, for the lines and underlinings
--lines: linear-gradient(
to top,
var(--custom-color) 50%,
Expand Down

0 comments on commit 81e886b

Please sign in to comment.