Skip to content

Commit

Permalink
Ornament minuet options with dice icons for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
yrammos committed Sep 14, 2024
1 parent ae11371 commit 160daf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ body {
}

.circle::before {
content: attr(data-number);
content: '🎲+🎲=' attr(data-number);
position: absolute;
top: -4.7vw;
left: 50%;
transform: translateX(-50%);
font-size: 2vw;
font-size: 1.5vw;
font-weight: bold;
color: var(--text-color);
}
Expand Down

0 comments on commit 160daf4

Please sign in to comment.