Skip to content

Commit

Permalink
change the body color for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Dec 4, 2024
1 parent 379d3f2 commit 18575a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@charset "UTF-8";

html[data-bs-theme="light"] {
--bs-body-color-rgb: 33, 37, 41;
--bs-body-color-rgb: 20, 13, 0;
--bs-body-bg-rgb: 249, 238, 228;
--bs-body-color: #212529;
--bs-body-color: #140d00;
--bs-body-bg: #f9eee4;
}
/*
Expand Down

0 comments on commit 18575a0

Please sign in to comment.