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

Merge pull request #197 from dengr1065/dark-theme-is-cool

Dark Theme - slowly for everything
This commit is contained in:
tobspr
2020-06-21 20:19:01 +02:00
committed by GitHub
9 changed files with 127 additions and 2 deletions

View File

@@ -32,6 +32,21 @@
background-color: rgba(#33363d, 0.9);
}
}
> .dialogInner.optionChooserDialog .optionParent {
.option {
background: #3d3f42;
&:hover {
background-color: #424348;
}
&.active {
background: $colorBlueBright;
color: #fff;
}
}
}
}
&.visible {