Revert font-size on html, increase sb width

6ace6a07d7195d40b46e1ff0305e8d625ea3a50b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/style.css+2 -2
@@ -134,7 +134,6 @@ html {
134 -webkit-transform: translateZ(0);134 -webkit-transform: translateZ(0);
135 -webkit-backface-visibility: hidden;135 -webkit-backface-visibility: hidden;
136 -webkit-perspective: 1000;136 -webkit-perspective: 1000;
137 font-size: var(--mainFontSize);
138}137}
139138
140body {139body {
@@ -151,13 +150,14 @@ body {
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}
158158
159::-webkit-scrollbar {159::-webkit-scrollbar {
160 width: 0.75rem;160 width: 0.8rem;
161 scrollbar-gutter: stable;161 scrollbar-gutter: stable;
162}162}
163163