mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Fixed color scheme variables of litely-red
* Adapted variables to the actual color that was used before
This commit is contained in:
parent
4c67ff255b
commit
3afd636b9e
2 changed files with 220 additions and 220 deletions
|
@ -15,9 +15,9 @@ $white: #ffffff;
|
|||
$orange: #f1641e;
|
||||
$cyan: #02bdc2;
|
||||
$green: #00c853;
|
||||
$primary: #d84848;
|
||||
$secondary: $green;
|
||||
$info: $cyan;
|
||||
$primary: #f1641e;
|
||||
$secondary: #c80000;
|
||||
$info: $blue;
|
||||
$body-color: $gray-700;
|
||||
$link-color: $primary;
|
||||
$red: #d8486a;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue