Skip to content

Commit

Permalink
snazz up button hovers (#19)
Browse files Browse the repository at this point in the history
(As seen in "ask irving" screen)
  • Loading branch information
kmill authored Aug 31, 2024
1 parent 3620efb commit 6cd05b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,14 @@ a:hover .tobii-zoom__icon {

button {
background-color: #8e8;
border: 1px solid #8e8;
font-family: monospace;
font-size: 12pt;
color: #222;
border: none;
padding: 5px 8px;
text-decoration: none;
}
button:hover {
background-color: #141;
color: #8e8;
}

0 comments on commit 6cd05b2

Please sign in to comment.