cybrespace dark theme

This commit is contained in:
khr 2019-10-12 11:58:49 -07:00
parent fd11027913
commit 1974ff00c4
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$ui-base-color: #181818; // darkest
$ui-base-color: #1b1b1b; // darkest
$ui-highlight-color: #1ea21e; // vibrant
$ui-secondary-color: #E4F2E4; // lightest
$ui-primary-color: #E4F2E4; // lighter
@ -22,6 +22,7 @@ $about-page-text: lighten($ui-base-color, 50%);
body, body.about-body {
background: $ui-base-color url('../images/background-cybre.png');
background-attachment: fixed;
}
body.about-body {
@ -270,3 +271,8 @@ body.about-body {
color: $ui-highlight-color;
}
}
.status__content a, .reply-indicator__content a,
.status__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
color: mix($ui-highlight-color, $ui-secondary-color, 10%);
}