fix(frontend): woodenPanelの配色を修正 (#13561)

* fix(frontend): woodenPanelの配色を修正

* fix
This commit is contained in:
かっこかり
2024-03-20 13:10:09 +09:00
committed by GitHub
parent d7bb6c88d3
commit ca2df14a8f
2 changed files with 9 additions and 5 deletions

View File

@@ -431,12 +431,13 @@ rt {
border-radius: 10px;
--bg: #F1E8DC;
--panel: #fff;
--fg: #693410;
--switchOffBg: rgba(0, 0, 0, 0.1);
--switchOffFg: rgb(255, 255, 255);
--switchOnBg: var(--accent);
--switchOnFg: rgb(255, 255, 255);
}
html[data-color-mode=dark] ._woodenFrame {
--bg: #1d0c02;
--fg: #F1E8DC;
--panel: #192320;
}
._woodenFrameH {