Skip to content

Commit

Permalink
add fallback settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Jan 2, 2025
1 parent e4cfeff commit ab85d84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@charset "UTF-8";
html {
--bs-body-color: #140d00;
--bs-body-color-rgb: 20, 13, 0;
--bs-body-bg: #f5e8d5;
--bs-body-bg-rgb: 245, 232, 213;
--bs-link-color: #2940b3;
--bs-link-color-rgb: 41, 64, 179;
}

html[data-bs-theme="light"] {
--bs-body-color: #140d00;
Expand Down

0 comments on commit ab85d84

Please sign in to comment.