Skip to content

Commit

Permalink
Merge pull request #671 from PaulHax/tooltip-opacity
Browse files Browse the repository at this point in the history
feat(global.css): increase tooltip background opacity
  • Loading branch information
floryst authored Oct 23, 2024
2 parents 011991c + 6a6e98f commit 41a6c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ body {
border: thin solid rgb(var(--v-theme-on-surface-variant)) !important;
}

.v-tooltip .v-overlay__content {
background-color: rgba(255, 255, 255, 0.9) !important;
}

ul:not([class]),
ol:not([class]) {
padding-left: 20px;
Expand Down

0 comments on commit 41a6c37

Please sign in to comment.