Skip to content

Commit

Permalink
Use bold fonts for tab headers
Browse files Browse the repository at this point in the history
Works better for the dark theme.
  • Loading branch information
jenspav committed Oct 1, 2024
1 parent 160e8ee commit 9d8939b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ a.navbar-item:hover {
border-bottom-color: #485fc7;
}

.tabs li {
font-weight: bold;
}

.input {
color: dimgrey!important;
background-color: white!important;
Expand Down

0 comments on commit 9d8939b

Please sign in to comment.