mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): increase contrast of text in code blocks
This commit is contained in:
parent
a48f2b40c4
commit
a5c6fdbbf4
1 changed files with 9 additions and 1 deletions
|
|
@ -6,4 +6,12 @@ $primary-alt: #da9317;
|
|||
|
||||
// dark mode. dark.scss extends nightshade
|
||||
@import "bootstrap-nightshade.scss";
|
||||
@import "dark.scss";
|
||||
@import "dark.scss";
|
||||
|
||||
code {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
html.dark code {
|
||||
color: #ffffff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue