Skip to content

Commit 54b7066

Browse files
committed
Add moon
1 parent 2d1e6a9 commit 54b7066

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

client/src/menu/game/headerMenu.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
}
2020
.header-menu {
2121
position: relative;
22-
background-color: var(--background-color);
2322
background-size:auto;
2423
}
2524
.header-menu.background-day{
@@ -32,9 +31,6 @@
3231
background-repeat: repeat;
3332
background-image: url('../../../public/images/night.png');
3433
}
35-
.header-menu.background-none{
36-
background-color: var(--background-color);
37-
}
3834
.header-menu > .information {
3935
padding: .25rem;
4036
display: flex;

client/src/menu/main/startMenu.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
max-height: 100%;
44
display: flex;
55
flex-direction: column;
6+
background: 10% 20% /10% no-repeat url('../moon.png');
67
}
78

89
.sm > main {

client/src/menu/moon.png

758 KB
Loading

0 commit comments

Comments
 (0)