mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-16 10:55:55 -07:00
fix: ui tweaks and fixes (#170)
* add subtle gradient to home page * tweak autumn theme primary color * reduce home page top margin on mobile * use focus-active instead of focus for outline * fix gradient on rewind page * align checkbox on login form * i forgot what the pseudo class was called
This commit is contained in:
parent
08fc9eed86
commit
1ed055d098
5 changed files with 16 additions and 16 deletions
|
|
@ -138,11 +138,11 @@ textarea {
|
|||
input[type="checkbox"] {
|
||||
height: fit-content;
|
||||
}
|
||||
input:focus,
|
||||
button:focus,
|
||||
a:focus,
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
input:focus-visible,
|
||||
button:focus-visible,
|
||||
a:focus-visible,
|
||||
select:focus-visible,
|
||||
textarea:focus-visible {
|
||||
border-color: transparent;
|
||||
outline: 2px solid var(--color-fg-tertiary);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue