mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-12 23:47:13 +08:00
- fixed logo in dark mode
This commit is contained in:
@@ -180,3 +180,7 @@ body.noMask #buttons > .button {
|
||||
#theEnd {
|
||||
color: #272823;
|
||||
}
|
||||
|
||||
.logo-icon > path {
|
||||
stroke: white;
|
||||
}
|
||||
|
||||
@@ -75,6 +75,10 @@ div#header {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.logo-icon > path {
|
||||
stroke: black;
|
||||
}
|
||||
|
||||
.menu {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user