Skip to content

Commit

Permalink
inject: dark code copy icon
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Jul 16, 2023
1 parent 9c3e55a commit 3d177ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mdn/inject/inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ table.compat-table th {
.mask-fix .code-example .copy-icon {
background-color: transparent;
}
.dark .mask-fix .code-example .copy-icon {
filter: invert(1);
}
/* 20230716 process: masked icons in blogs */
@media screen and (min-width: 769px) {
.mask-fix .blog-container .previous-next a.next::after,
Expand Down

0 comments on commit 3d177ae

Please sign in to comment.