Skip to content

Commit

Permalink
fix(statistics): round the corners on stats boxes (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Mar 5, 2023
1 parent 96af209 commit 3173c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/css/statistics.css
Expand Up @@ -5,4 +5,5 @@
@apply text-[color:var(--link-color)] bg-[color:var(--embed-color)];
@apply hover:text-white hover:border-[color:var(--menu-link-color)] hover:bg-[color:var(--embed-highlight-color)];
@apply select-none;
@apply rounded;
}

0 comments on commit 3173c4a

Please sign in to comment.