no padding on links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e2cc513dd4
commit
e8f1437d95
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ code::selection {
|
|||
a {
|
||||
color: var(--link-color);
|
||||
text-decoration: none;
|
||||
padding: 2px 4px;
|
||||
padding: 2px 0;
|
||||
border-radius: 2px;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue