Skip to content

Commit

Permalink
Add styling for button texts
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed May 30, 2021
1 parent 4a12942 commit 40428b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions darkfx/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40428b9

Please sign in to comment.