clean ressourcePanel

This commit is contained in:
trochas
2026-01-07 18:31:25 +01:00
parent f03629ba33
commit 7c6ee6b65f
2 changed files with 24 additions and 61 deletions

View File

@@ -68,7 +68,17 @@ code {
input{
background-color: var(--tint2);
color: var(--test);
color: var(--text);
border-color: var(--tint5);
border-radius: 8px;
}
button{
color: var(--text);
background-color: var(--tint3);
}
select{
color: var(--text);
background-color: var(--tint3);
}