Skip to content

Commit

Permalink
Make blockquotes lighter in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher authored and quantum5 committed Dec 27, 2024
1 parent 8a8152a commit 577b4b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/base-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
color: $color_primary50;
margin: 0;
padding-left: 1.5em;
border-left: 0.5em $color_primary10 solid;
border-left: 0.5em $color_base_description_blockquote solid;
}

hr {
Expand Down
2 changes: 2 additions & 0 deletions resources/vars-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $color_link200: #d83; // active
$color_pageBg: #222; // #222 because some elements should be darker than pageBg

// custom one-off colours
$color_base_description_blockquote: #3b3b3b;

$color_contest_ranking_disqualified: #622;

$color_martor_resize_dragger: #232323;
Expand Down
2 changes: 2 additions & 0 deletions resources/vars-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $color_link200: #faa700; // active
$color_pageBg: #fff;

// custom one-off colours
$color_base_description_blockquote: #eee;

$color_contest_ranking_disqualified: #ffa8a8;

$color_martor_resize_dragger: #e8e8e8;
Expand Down

0 comments on commit 577b4b8

Please sign in to comment.