admin page

This commit is contained in:
Janis
2023-01-15 17:27:00 +01:00
parent a0598484b4
commit 65eab1f95e
6 changed files with 135 additions and 45 deletions

View File

@@ -45,7 +45,7 @@ input {
transition: none;
&:hover {
border-color: rgba(95, 95, 95, 0.5);
border-color: rgba(116, 116, 116, 0.587);
}
}
@@ -58,7 +58,7 @@ input {
background-color: var(--color-background-secondary);
&:hover {
background-color: var(--bg-primary);
background-color: rgba(116, 116, 116, 0.587);
}
}