ent en cours

This commit is contained in:
trochas
2026-01-06 15:06:48 +01:00
parent defefd2c79
commit d5ea854dcb
13 changed files with 256 additions and 101 deletions

View File

@@ -1,3 +1,35 @@
[data-theme='dark']{
--tint1: #000000;
--tint2: #191c20;
--tint3: #282c34;
--tint4: rgb(53, 59, 72);
--text: #FFFFFF;
--text2:#000000;
--accent1: #44c1ee;
--accent2: #0b235f;
--disable: #030918;
}
[data-theme='light']{
--tint1: #FFFFFF;
--tint2: #E8E8EE;
--tint3: #D0D0DD;
--tint4: rgb(181, 181, 194);
--text: #000000;
--text2:#FFFFFF;
--accent1: #44c1ee;
--accent2: #113388;
--disable: #061231;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',