Skip to content

Commit ca88c9a

Browse files
Merge pull request #59 from NullHypothesis/improve-icons
Make border radius 25% instead.
2 parents 0800b05 + 89eb379 commit ca88c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const headerTemplate = `
8484
height: 1em;
8585
width: 1em;
8686
display: inline-block;
87-
border-radius: 50%;
87+
border-radius: 25%;
8888
transition: background-color 0.3s ease;
8989
padding: 0.5em;
9090
overflow: visible;

0 commit comments

Comments
 (0)