Took 1 hour 33 minutes
This commit is contained in:
2023-02-06 11:03:39 +01:00
parent f4da186fb7
commit 1240809384
20 changed files with 158 additions and 40 deletions

View File

@ -8,17 +8,28 @@
--hover: grey;
--disabled: #A4A4A4;
--disabled: #626265;
--success: #31B600;
--success: #419822;
--success-bright: #6DC946;
--warning: #ED6D05;
--warning-bright: #E28433;
--danger: #FF1818;
--danger: #B20000ED;
--danger-bright: #DC4040;
--dark: #911010;
--dark-bright: #A22F2F;
}
--error: rgba(255, 0, 0, 0.73);
--container-bg: #4f6aaa;
--select-bg: rgba(55, 73, 144, 0.8);
}
/**
background-color: #080732;
box-shadow: inset 50px -22px 50px 10px rgba(128, 15, 15, 0.5);
*/