💄 Underline body text links

This commit is contained in:
Marcel Kapfer 2023-05-22 18:41:12 +02:00
parent 1d76e91a93
commit 22ae1ffe3d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,6 @@ main {
a {
color: $c-primary;
text-decoration: none;
@media (prefers-color-scheme: dark) {
color: $c-primary-inv;
@ -296,6 +295,7 @@ main {
white-space: nowrap;
transition: all 0.15s;
margin-right: 5px;
text-decoration: none;
&:hover {
box-shadow: $c-btn-shadow 1px 2px 6px;
@ -351,6 +351,7 @@ main {
border-radius: 20px;
white-space: nowrap;
transition: all 0.15s;
text-decoration: none;
&:hover {
box-shadow: $c-btn-shadow 1px 1px 4px;