fix: padding plus faible sur les liens
This commit is contained in:
parent
b2d70adb2d
commit
88debe170e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ nav, .btn {
|
||||||
a {
|
a {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
text-decoration: underline dashed 1px;
|
text-decoration: underline dashed 1px;
|
||||||
padding: 3px;
|
padding: 0.05rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue