Start adding color adaptations

This commit is contained in:
Alex Gleason 2020-05-30 20:11:08 -05:00
parent 67a7adb9a9
commit 56540932e1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 2 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View file

@ -8,10 +8,6 @@ $ui-highlight-color: $gab-brand-default;
$nav-ui-highlight-color: #149dfb; $nav-ui-highlight-color: #149dfb;
$ui-base-lighter-color: #b0c0cf; $ui-base-lighter-color: #b0c0cf;
// :root {
// --brand-color: #0482d8;
// }
@import 'application'; @import 'application';
@import 'soapbox-light/diff'; @import 'soapbox-light/diff';

View file

@ -120,7 +120,7 @@ $nav-ui-background-color: var(--brand-color) !default;
height: 34px; height: 34px;
margin-left: 20px; margin-left: 20px;
border-radius: 4px; border-radius: 4px;
background-color: $nav-ui-highlight-color !important; background-color: var(--nav-ui-highlight-color) !important;
transition: background-color 0.2s; transition: background-color 0.2s;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
@ -205,7 +205,7 @@ $nav-ui-background-color: var(--brand-color) !default;
display: block; display: block;
width: 100%; width: 100%;
height: 0; height: 0;
background: $nav-ui-highlight-color; background: var(--nav-ui-highlight-color);
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;