Revert font-size on html, increase sb width
| @@ -134,7 +134,6 @@ html { | ||
| 134 | 134 | -webkit-transform: translateZ(0); |
| 135 | 135 | -webkit-backface-visibility: hidden; |
| 136 | 136 | -webkit-perspective: 1000; |
| 137 | - font-size: var(--mainFontSize); | |
| 138 | 137 | } |
| 139 | 138 | |
| 140 | 139 | body { |
| @@ -151,13 +150,14 @@ body { | ||
| 151 | 150 | background-attachment: fixed; |
| 152 | 151 | background-size: cover; |
| 153 | 152 | font-family: var(--mainFontFamily); |
| 153 | + font-size: var(--mainFontSize); | |
| 154 | 154 | color: var(--SmartThemeBodyColor); |
| 155 | 155 | overflow: hidden; |
| 156 | 156 | color-scheme: only light; |
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | ::-webkit-scrollbar { |
| 160 | 160 | width: 0.75rem8rem; |
| 161 | 161 | scrollbar-gutter: stable; |
| 162 | 162 | } |
| 163 | 163 | |