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-base-color: #282c37; // Midnight Express
|
||||||
$classic-secondary-color: #d9e1e8; // Pattens Blue
|
$classic-secondary-color: #d9e1e8; // Pattens Blue
|
||||||
|
|
||||||
// Variables for defaults in UI
|
@use '../mastodon/variables' with (
|
||||||
$simple-background-color: $classic-base-color !default;
|
// Variables for defaults in UI
|
||||||
|
$simple-background-color: $classic-base-color,
|
||||||
|
|
||||||
// Tell UI to use selected colors
|
// Tell UI to use selected colors
|
||||||
$ui-base-lighter-color: #969fbc !default; // Lighter darkest
|
$ui-base-lighter-color: #969fbc,
|
||||||
|
|
||||||
// For texts on inverted backgrounds
|
// Lighter darkest
|
||||||
$inverted-text-color: $classic-secondary-color !default;
|
// For texts on inverted backgrounds
|
||||||
|
$inverted-text-color: $classic-secondary-color
|
||||||
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue