correction quelques variable css

This commit is contained in:
trochas
2026-01-10 13:29:15 +01:00
parent 1feda556ff
commit 0cdce29e40
3 changed files with 46 additions and 37 deletions

View File

@@ -14,9 +14,12 @@
border-radius: 12px;
padding: 10px;
min-width: 0;
border: 2px solid;
border-color: var(--tint3);
}
.object:hover {
background-color: var(--tint2);
border-color: var(--green-primary);
}
.object:active {