Skip to content

Commit

Permalink
Merge pull request #396 from ikemo3/fix/unhide-color
Browse files Browse the repository at this point in the history
fix: unhide color not working
  • Loading branch information
ikemo3 authored Aug 14, 2022
2 parents f4ca3f6 + c2eca40 commit da99e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/styles/google.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* color when unhide
*/
[data-blocker-display="unhide"] {
background-color: #ffd2d2;
background-color: #ffd2d2 !important;
}

g-inner-card:not([data-blocker-display="none"]) > span.block-anchor {
Expand Down

0 comments on commit da99e0b

Please sign in to comment.