Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ’„ import gh-koenig styles into dark mode stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine authored and kevinansfield committed Mar 3, 2017
1 parent 02c7181 commit c9dfc56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/styles/app-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
@import "layouts/subscribers.css";


/* Addons: gh-koenig
/* ---------------------------------------------------------- */
@import "addons/gh-koenig/gh-koenig.css";


:root {
--darkgrey: #e5eff5;
--midgrey: #738a94;
Expand Down Expand Up @@ -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);
}

0 comments on commit c9dfc56

Please sign in to comment.