Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Nov 25, 2024
1 parent c5ff863 commit d291b2d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ blockquote {
font-size: 0.8rem;
line-height: 1.2rem;
}
button.menu:hover { color: white; background-color: royalblue; cursor: pointer; }
button.menu { font-family: inherit; cursor: pointer; }

/* lists */
ul { list-style-type: square;}
Expand Down Expand Up @@ -125,12 +127,3 @@ thead, tfoot, tr:nth-child(even) { background: #eee; }
font-size: 0.8rem;
}
}

button.menu:hover {
color: white;
background-color: royalblue;
}

button.menu {
font-family: inherit;
}

0 comments on commit d291b2d

Please sign in to comment.