mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
💄 import gh-koenig styles into dark mode stylesheet
This commit is contained in:
parent
6619f09eca
commit
0366bde545
@ -50,6 +50,11 @@
|
||||
@import "layouts/subscribers.css";
|
||||
|
||||
|
||||
/* Addons: gh-koenig
|
||||
/* ---------------------------------------------------------- */
|
||||
@import "addons/gh-koenig/gh-koenig.css";
|
||||
|
||||
|
||||
:root {
|
||||
--darkgrey: #e5eff5;
|
||||
--midgrey: #738a94;
|
||||
@ -114,3 +119,7 @@ input,
|
||||
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus {
|
||||
color: var(--lightgrey);
|
||||
}
|
||||
|
||||
.gh-cardmenu {
|
||||
background: var(--lightgrey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user