Skip to content

Commit

Permalink
fixed skin.min.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Apr 24, 2024
1 parent 6faac8b commit f4207c7
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/css/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
opacity: 70%;
}

.openlime-light path[style] {
.openlime-light .openlime-bulb {
fill: #80808011 !important;
}

.openlime-light-active .openlime-light path[style] {
.openlime-light-active .openlime-light .openlime-bulb {
fill: #ffcc00 !important;
}

Expand Down
1 change: 1 addition & 0 deletions dist/skin/minify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
svgo -i skin.svg -o skin.min.svg -p 1 --enable=cleanupIDs --enable=convertTransforms --enable=removeUselessStrokeAndFill
Loading

0 comments on commit f4207c7

Please sign in to comment.