🎨 Mellowed the bright white info boxes in night shift mode (#869)

no issue
- add background and text colours to `.gh-box` that better match the night shift aesthetic
This commit is contained in:
Victor Truong 2017-09-25 02:04:32 -07:00 committed by Kevin Ansfield
parent bd5f7a8daa
commit 726e396cc5

View File

@ -324,3 +324,8 @@ input,
.settings-menu-content .for-checkbox .input-toggle-component {
background: var(--lightgrey);
}
.gh-box {
background: var(--lightgrey);
color: var(--darkgrey);
}