Skip to content

Commit

Permalink
Fixed another plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Androser420 committed Oct 26, 2024
1 parent f2bb9ef commit b524a42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/flavors/personal.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@
.focused_a46bef .searchBar_a46bef {
width: 120px;
}

/* fix DecodeBase64 icon color */
[aria-label*="Base64"] {
svg {
path {
stroke: var(--interactive-normal);
}
}

&:hover svg path {
stroke: var(--interactive-hover);
background-color: var(--background-modifier-hover)
}
}

0 comments on commit b524a42

Please sign in to comment.