mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
make it black
This commit is contained in:
parent
3d9b793a96
commit
6a8b06a0c4
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ a.icon-button > img {
|
||||||
}
|
}
|
||||||
.app {
|
.app {
|
||||||
grid-area: app;
|
grid-area: app;
|
||||||
background-color: var(--app-background);
|
background-color: "#000";
|
||||||
}
|
}
|
||||||
.noguide > .guide {
|
.noguide > .guide {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue