edit: divers réglages mineurs

This commit is contained in:
2026-03-22 06:43:10 +01:00
parent 4bf142a752
commit ec98357ae2
6 changed files with 11 additions and 8 deletions
+3 -2
View File
@@ -3,7 +3,7 @@
:root[data-theme="dark"]{
--back-color: black;
--main-color: white;
--accent-color: #00FF76;
--accent-color: #3CFF00;
}
:root[data-theme="light"]{
@@ -225,6 +225,7 @@ canvas {
border-width: thin;
border-radius: 21px;
border-color: var(--main-color);
overflow: hidden;
}
.zBase{
@@ -241,7 +242,7 @@ canvas {
width:100%;
height:50px;
background-color: var(--main-color);
border-radius: 16.1px 16.1px 0 0;
border-radius: 0;
font-family: 'lineal';
font-size: 16.1px;
color: var(--back-color);