💄 Underline body text links
This commit is contained in:
parent
1d76e91a93
commit
22ae1ffe3d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue