1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

💄 import gh-koenig styles into dark mode stylesheet

This commit is contained in:
Austin Burdine 2017-03-03 10:14:43 -06:00 committed by Kevin Ansfield
parent 02c7181bad
commit c9dfc568a4

View file

@ -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);
}