Skip to content

Commit

Permalink
Update stroke color of svg circle
Browse files Browse the repository at this point in the history
  • Loading branch information
p0wen committed Sep 17, 2020
1 parent 326a629 commit 8207539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

/* toolbar section */
.fa-wind {
color: #ff6000
color: #ff6000;
}

.settingsicon {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</svg>
<svg class="moving-outline" width="453" height="453" viewbox="0 0 453 453" fill="none"
xmlns="http://www.w3.org/2000/svg">
<circle cx="226.5" cy="226.5" r="216.5" stroke="#018EBA" stroke-width="20" />
<circle cx="226.5" cy="226.5" r="216.5" stroke="#ff6000" stroke-width="20" />
</svg>
</div>
<div class="row">
Expand Down

0 comments on commit 8207539

Please sign in to comment.