Merge pull request #330 from LemmyNet/update_darkly_colors_1

Update darkly, make danger darker. Fixes #16
This commit is contained in:
Dessalines 2021-07-16 23:43:30 -04:00 committed by GitHub
commit 8902e15888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ $secondary: $gray-700;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;
$danger: #610a01;
$dark: $gray-300;
$yiq-contrasted-threshold: 175;
$body-bg: $gray-900;

File diff suppressed because one or more lines are too long