Skip to content

Commit

Permalink
Correctly darken uncategorized event rectangles on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed committed May 11, 2024
1 parent 91e576c commit 3f2a38a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ svg.appsummary g rect[style="fill: rgb(204, 204, 204);"] {
fill: #666666 !important;
}

svg.appsummary g rect[style="fill: rgb(184, 184, 184);"] {
fill: #555555 !important;
}

svg path[style="fill: rgb(255, 255, 255);"] {
fill: #23272d !important;
}
Expand Down

0 comments on commit 3f2a38a

Please sign in to comment.