1
0
forked from noxious/client

Cleaned up styling, changed assets logic

This commit is contained in:
2024-06-23 20:21:49 +02:00
parent e524d1d1f9
commit e5351eaf6f
4 changed files with 47 additions and 53 deletions

View File

@ -59,9 +59,11 @@ input {
}
.input-cyan {
padding: 8px 10px;
font-family: $titles;
border: 1px solid $cyan;
background-color: rgba($white, 0.8);
border-radius: 5px;
&:focus, &:focus-visible {
outline: $cyan auto 2px;
}