Skip to content

Commit

Permalink
change ring border
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed May 23, 2023
1 parent 6de38ad commit 990d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_core-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
div[class^="ring-"] {
display: grid;
border-radius: 50%;
border: 1px dashed rgba(155, 155, 155, 0.5);
border: 0.1px solid black;
grid-area: 1/1/1/1;
place-items: center;
box-sizing: content-box;
Expand Down

0 comments on commit 990d965

Please sign in to comment.