no padding on links
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-08-31 08:46:08 -05:00
parent e2cc513dd4
commit e8f1437d95
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ code::selection {
a {
color: var(--link-color);
text-decoration: none;
padding: 2px 4px;
padding: 2px 0;
border-radius: 2px;
&:hover {