mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
fix: fix list group color in dark mode
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
39f39e8f11
commit
4abdd8b1ae
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ $close-text-shadow: none;
|
|||
// Code
|
||||
$pre-color: $dark;
|
||||
|
||||
$list-group-color: $dark;
|
||||
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/mixins";
|
||||
@import "~bootstrap/scss/variables";
|
||||
|
|
Loading…
Reference in a new issue