We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df1c59 commit c201888Copy full SHA for c201888
src/frontend/themes.scss
@@ -214,7 +214,8 @@ body.gruvbox_dark {
214
--primary-hover: #83a598;
215
--danger: #9e2c28;
216
--danger-hover: #f05d4d;
217
- --anticheat-denied: #9e2c28 --anticheat-broken: #af3a03;
+ --anticheat-denied: #9e2c28;
218
+ --anticheat-broken: #af3a03;
219
--anticheat-running: #076678;
220
--anticheat-supported: #79740e;
221
--anticheat-planned: #8f3f71;
@@ -226,6 +227,7 @@ body.gruvbox_dark {
226
227
--icon-disabled: #928374;
228
--success-button: #9bce6b;
229
--secondary-button: #e2951a;
230
+ --osk-button-background: var(--input-background);
231
}
232
233
body.high-contrast {
0 commit comments