From cb256ed99521ea9e4a8d29d07182421ec8523fd0 Mon Sep 17 00:00:00 2001 From: Ryota Hiyoshi <115792382+tenax66@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:06:53 +0900 Subject: [PATCH] restore fallback --- _sass/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_sass/custom.scss b/_sass/custom.scss index a1d5455..fc477dd 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,5 +1,14 @@ @charset "UTF-8"; +:root { + --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; --bs-body-color-rgb: 20, 13, 0;