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 2d1e6a9 commit 54b7066Copy full SHA for 54b7066
client/src/menu/game/headerMenu.css
@@ -19,7 +19,6 @@
19
}
20
.header-menu {
21
position: relative;
22
- background-color: var(--background-color);
23
background-size:auto;
24
25
.header-menu.background-day{
@@ -32,9 +31,6 @@
32
31
background-repeat: repeat;
33
background-image: url('../../../public/images/night.png');
34
35
-.header-menu.background-none{
36
37
-}
38
.header-menu > .information {
39
padding: .25rem;
40
display: flex;
client/src/menu/main/startMenu.css
@@ -3,6 +3,7 @@
3
max-height: 100%;
4
5
flex-direction: column;
6
+ background: 10% 20% /10% no-repeat url('../moon.png');
7
8
9
.sm > main {
client/src/menu/moon.png
758 KB
0 commit comments