mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix dialog text being hardly readable in dark theme
This commit is contained in:
parent
4ec8e89412
commit
4e4498ed53
@ -118,6 +118,10 @@
|
||||
pointer-events: all;
|
||||
@include S(width, 350px);
|
||||
|
||||
@include DarkThemeOverride {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -11,7 +11,9 @@ export const CHANGELOG = [
|
||||
"Selecting an area now is relative to the world and thus does not move when moving the screen (by Dimava)",
|
||||
"Allow higher tick-rates up to 500hz (This will burn your PC!)",
|
||||
"Fix bug regarding number rounding",
|
||||
"Fix dialog text being hardly readable in dark theme",
|
||||
"Fix app not starting when the savegames were corrupted - there is now a better error message",
|
||||
"Further translation updates - Big thanks to all contributors!",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user