Actualiser main-site.scss

This commit is contained in:
GZod01 2024-11-11 11:22:36 +01:00
parent 6177e86a7e
commit 04329be245

View file

@ -1,3 +1,18 @@
$pricolor:rgb(150 255 161);
$bgcolor:grey;
$textcolor:lime;
$seccolor:rgb(74 74 74);
$seccolordarklight: rgb(27 27 27);
$errorbg: rgb(150 50 50);
$errorcolor: rgb(255, 220, 220);
$eventbg: rgb(255, 255, 255);
$seccolorlight: rgb(180, 180, 180);
$dangercolor1: #c40014;
$dangercolor2: #e86500;
$dangercolortext: #fff;
$dangercolortextoutline: rgb(250, 200, 200);
$confirmationcolor: rgb(100, 200, 100);
$confirmationcolortext: rgb(220, 255, 220);
:root { :root {
--pri-color: rgb(150 255 161); --pri-color: rgb(150 255 161);
--bg-color: grey; --bg-color: grey;