global link style
This commit is contained in:
parent
ef4bc329e9
commit
da18a85719
@ -17,7 +17,7 @@
|
|||||||
{% if personalSite %}
|
{% if personalSite %}
|
||||||
<p>
|
<p>
|
||||||
<strong>site web :</strong>
|
<strong>site web :</strong>
|
||||||
<a href="{{ personalSite }}" class="highlight">{{ personalSite }}</a>
|
<a href="{{ personalSite }}">{{ personalSite }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if socialMastodon %}
|
{% if socialMastodon %}
|
||||||
|
@ -55,17 +55,13 @@ main {
|
|||||||
background-color: var(--color-selection-bg);
|
background-color: var(--color-selection-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a:not([class]),
|
||||||
a:visited {
|
a:not([class]):visited {
|
||||||
color: var(--color-dark);
|
color: var(--color-dark);
|
||||||
|
font-weight: 600;
|
||||||
&.highlight {
|
|
||||||
background-color: var(--color-primary);
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,21 +20,6 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not([class]) {
|
|
||||||
@include apply-utility('leading', 'tight');
|
|
||||||
color: var(--color-dark);
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
background: var(--color-theme-highlight);
|
|
||||||
padding: .2rem .4rem .3rem;
|
|
||||||
text-decoration: none;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:not([class]):hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color: var(--color-theme-primary);
|
color: var(--color-theme-primary);
|
||||||
|
Loading…
Reference in New Issue
Block a user