Skip to content

Commit 9a04a66

Browse files
committed
html/body要素にダークモード対応の背景色を追加
スクロール時にダークモードでも背景が白く表示される問題を修正
1 parent c3e2f9c commit 9a04a66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import url('root.css');
22

3+
html,body {
4+
background-color: var(--color-base);
5+
}
6+
37
body {
48
display: flex;
59
flex-direction: column;

0 commit comments

Comments
 (0)