| 151 | background-attachment: fixed; | 150 | background-attachment: fixed; |
| 152 | background-size: cover; | 151 | background-size: cover; |
| 153 | font-family: var(--mainFontFamily); | 152 | font-family: var(--mainFontFamily); |
| | 153 | font-size: var(--mainFontSize); |
| 154 | color: var(--SmartThemeBodyColor); | 154 | color: var(--SmartThemeBodyColor); |
| 155 | overflow: hidden; | 155 | overflow: hidden; |
| 156 | color-scheme: only light; | 156 | color-scheme: only light; |
| 157 | } | 157 | } |
| 158 | | 158 | |
| 159 | ::-webkit-scrollbar { | 159 | ::-webkit-scrollbar { |
| 160 | width: 0.75rem; | 160 | width: 0.8rem; |
| 161 | scrollbar-gutter: stable; | 161 | scrollbar-gutter: stable; |
| 162 | } | 162 | } |
| 163 | | 163 | |