Fix: フルダークで文字が薄く表示される問題
This commit is contained in:
parent
ebc6c9d6fb
commit
6530844c94
1 changed files with 9 additions and 6 deletions
|
@ -1,11 +1,14 @@
|
|||
$classic-base-color: #282c37; // Midnight Express
|
||||
$classic-secondary-color: #d9e1e8; // Pattens Blue
|
||||
|
||||
@use '../mastodon/variables' with (
|
||||
// Variables for defaults in UI
|
||||
$simple-background-color: $classic-base-color !default;
|
||||
$simple-background-color: $classic-base-color,
|
||||
|
||||
// Tell UI to use selected colors
|
||||
$ui-base-lighter-color: #969fbc !default; // Lighter darkest
|
||||
$ui-base-lighter-color: #969fbc,
|
||||
|
||||
// Lighter darkest
|
||||
// For texts on inverted backgrounds
|
||||
$inverted-text-color: $classic-secondary-color !default;
|
||||
$inverted-text-color: $classic-secondary-color
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue