The css is working again (The responsive will be optimized on a later date)

This commit is contained in:
sageTheDM 2024-09-23 16:53:29 +02:00
parent aaedab54cb
commit 637cf60a9b
10 changed files with 246 additions and 161 deletions

View file

@ -45,3 +45,7 @@ input {
input:hover {
border-color: var(--button-hover-background-color);
}
select{
background-color: var(--input-background-color);
}