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 {
134134 -webkit-transform: translateZ(0);
135135 -webkit-backface-visibility: hidden;
136136 -webkit-perspective: 1000;
137- font-size: var(--mainFontSize);
138137}
139138
140139body {
@@ -151,13 +150,14 @@ body {
151150 background-attachment: fixed;
152151 background-size: cover;
153152 font-family: var(--mainFontFamily);
153+ font-size: var(--mainFontSize);
154154 color: var(--SmartThemeBodyColor);
155155 overflow: hidden;
156156 color-scheme: only light;
157157}
158158
159159::-webkit-scrollbar {
160160 width: 0.75rem8rem;
161161 scrollbar-gutter: stable;
162162}
163163