mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
💄 import gh-koenig styles into dark mode stylesheet
This commit is contained in:
parent
6619f09eca
commit
0366bde545
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue