mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-18 03:36:35 -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
|
|
@ -92,7 +92,7 @@ export const themes: Record<string, Theme> = {
|
|||
fg: "#fef9f3",
|
||||
fgSecondary: "#dbc6b0",
|
||||
fgTertiary: "#a3917a",
|
||||
primary: "#d97706",
|
||||
primary: "#F0850A",
|
||||
primaryDim: "#b45309",
|
||||
accent: "#8c4c28",
|
||||
accentDim: "#6b3b1f",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue