mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
Small stylistic changes
This commit is contained in:
parent
556fe28aa7
commit
701a0e5054
6 changed files with 14 additions and 11 deletions
|
|
@ -6,9 +6,12 @@ $accentColor = darken(#e8a024, 10%);
|
|||
/*$exampleBgColor = $codeBgColor;
|
||||
$exampleTextColor = #ffffff;*/
|
||||
$exampleBgColor = #f3f5f7;
|
||||
$exampleBgColorInContainer = darken($exampleBgColor, 3%);
|
||||
$exampleBgColorInTip = darken($exampleBgColor, 4%);
|
||||
$exampleTextColor = darken($textColor, 5%);
|
||||
$exampleArgColor = $exampleBgColor;
|
||||
$exampleArgColor = darken($exampleBgColor, 4%);
|
||||
$exampleArgColorInExample = darken($exampleBgColor, 8%);
|
||||
$exampleArgColorInTip = darken($exampleBgColor, 7%);
|
||||
$exampleArgColorInBoth = darken($exampleBgColor, 12%);
|
||||
$tipDarkenFactor = 3;
|
||||
$exampleDarkenFactor = 5;
|
||||
//$examplePrefixColor = #b3b6b9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue