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

Fix right click to delete not working

This commit is contained in:
tobspr
2020-06-21 21:22:33 +02:00
parent 2ca5dc9715
commit 38114ff3f6
3 changed files with 5 additions and 17 deletions

View File

@@ -403,7 +403,7 @@
}
@include DarkThemeOverride {
background: #53565e center center / cover !important;
background: $darkModeGameBackground center center / cover !important;
.topButtons {
filter: invert(1);
@@ -414,17 +414,17 @@
}
.mainContainer {
background: #4b4c50;
background: darken($darkModeGameBackground, 10);
.savegames .savegame {
background: #62646a;
background: darken($darkModeGameBackground, 15);
color: white;
}
}
.footer {
> a {
background: #4b4c50;
background: darken($darkModeGameBackground, 10);
color: #eee;
}