adapted links of the blog theme
This commit is contained in:
parent
a009054ab5
commit
b3447c67e1
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@ body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
a {
|
a {
|
||||||
color: $nom_blue-light;
|
color: $white;
|
||||||
|
text-underline-offset: 3px;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Reference in a new issue