Skip to content

Commit

Permalink
Merge pull request #59 from NullHypothesis/improve-icons
Browse files Browse the repository at this point in the history
Make border radius 25% instead.
  • Loading branch information
NullHypothesis authored Feb 1, 2025
2 parents 0800b05 + 89eb379 commit ca88c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const headerTemplate = `
height: 1em;
width: 1em;
display: inline-block;
border-radius: 50%;
border-radius: 25%;
transition: background-color 0.3s ease;
padding: 0.5em;
overflow: visible;
Expand Down

0 comments on commit ca88c9a

Please sign in to comment.