diff --git a/darkfx/styles/main.css b/darkfx/styles/main.css index fcf93bb..078adc7 100644 --- a/darkfx/styles/main.css +++ b/darkfx/styles/main.css @@ -31,6 +31,10 @@ body { background-color: var(--color-background); } +.btn.focus, .btn:focus, .btn:hover { + color: var(--color-foreground); +} + h1 { font-weight: 600; font-size: 32px;