fix(var): add variable css
[5][DONE]
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
:root {
|
||||
/* Couleurs de la sidebar */
|
||||
--sidebar-background: #1a1a2e;
|
||||
--sidebar-text: #e0e0e0;
|
||||
--sidebar-text-highlight: #00d4ff;
|
||||
--sidebar-select: #16213e;
|
||||
|
||||
/* Couleurs générales */
|
||||
--background-color: #0f3460;
|
||||
--highlighted-text-color: #ffffff;
|
||||
--generic-text-color: #e0e0e0;
|
||||
--error-text-color: #ff6b6b;
|
||||
--warning-text-color: #ffa500;
|
||||
}
|
||||
Reference in New Issue
Block a user