Actualiser main-site.scss
This commit is contained in:
parent
cecfa94395
commit
0c5aedbc3a
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
@use 'sass:color';
|
|
||||||
$pricolor:rgb(150 255 161);
|
$pricolor:rgb(150 255 161);
|
||||||
$bgcolor:#272727;
|
$bgcolor:#272727;
|
||||||
$textcolor:lime;
|
$textcolor:lime;
|
||||||
$seccolor:color.scale($bgcolor,$lightness:-30%);
|
$seccolor:scale-color($bgcolor,$lightness:-30%);
|
||||||
$seccolordarklight: rgb(27 27 27);
|
$seccolordarklight: rgb(27 27 27);
|
||||||
$errorbg: rgb(150 50 50);
|
$errorbg: rgb(150 50 50);
|
||||||
$errorcolor: rgb(255, 220, 220);
|
$errorcolor: rgb(255, 220, 220);
|
||||||
|
|
Loading…
Reference in a new issue