mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 16:57:58 +00:00
Add underlines to links
This commit is contained in:
parent
d7f19409c6
commit
4452e730e7
@ -39,11 +39,10 @@ h4, h5, h6 {
|
||||
|
||||
a {
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
text-decoration-thickness: .1rem;
|
||||
|
||||
&:hover {
|
||||
color: var(--base0C);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -44,6 +44,15 @@ footer[aria-label="Site footer"] {
|
||||
align-items: baseline;
|
||||
flex-flow: row wrap;
|
||||
gap: 0.5em;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
background: unset;
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site__languages {
|
||||
@ -57,6 +66,11 @@ footer[aria-label="Site footer"] {
|
||||
}
|
||||
|
||||
.site__social-icon {
|
||||
&:hover {
|
||||
background: unset;
|
||||
color: var(--base0C);
|
||||
}
|
||||
|
||||
svg {
|
||||
--size: 1.25em;
|
||||
height: var(--size);
|
||||
|
Loading…
Reference in New Issue
Block a user