Start adding color adaptations
This commit is contained in:
parent
67a7adb9a9
commit
56540932e1
4 changed files with 2 additions and 6 deletions
Binary file not shown.
Binary file not shown.
|
@ -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';
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue