Skip to content

Commit

Permalink
Improve styling of SVGs on front end #50
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 18, 2021
1 parent e224660 commit d69b5c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/oik-blockicon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
width: 24px;
height: 24px;
fill: currentColor;
fill-rule: evenOdd;
}

.wp-block-oik-block-blockicon.svg64 svg {
Expand Down
2 changes: 2 additions & 0 deletions src/oik-blockinfo/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.wp-block-oik-block-blockinfo svg {
width: 24px;
height: 24px;
fill: currentColor;
fill-rule: evenOdd;
}

.wp-block-oik-block-blockinfo.svg64 {
Expand Down
2 changes: 2 additions & 0 deletions src/oik-blocklist/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ pre.wp-block-oik-block-blocklist {
.wp-block-oik-block-blocklist svg {
width: 24px;
height: 24px;
fill: currentColor;
fill-rule: evenOdd;
}

0 comments on commit d69b5c9

Please sign in to comment.