1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix dialog text being hardly readable in dark theme

This commit is contained in:
tobspr
2020-06-13 11:36:05 +02:00
parent 4ec8e89412
commit 4e4498ed53
2 changed files with 6 additions and 0 deletions

View File

@@ -118,6 +118,10 @@
pointer-events: all;
@include S(width, 350px);
@include DarkThemeOverride {
color: #aaa;
}
strong {
font-weight: bold;
}