mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Fix link styling
This commit is contained in:
parent
466283f135
commit
2e399a6661
|
@ -81,7 +81,12 @@ footer {
|
|||
a {
|
||||
color: $primary;
|
||||
|
||||
&:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
transition: color 0.5s;
|
||||
color: $body-color;
|
||||
}
|
||||
|
@ -93,14 +98,14 @@ a {
|
|||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.no-color-change {
|
||||
&.no-color-change {
|
||||
&, &:hover {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre.chroma {
|
||||
margin-bottom: $paragraph-margin-bottom;
|
||||
|
@ -119,12 +124,6 @@ p, li, h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
.anchor {
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
||||
ul ul, ol ol {
|
||||
padding-left: $spacer * 1.5;
|
||||
}
|
||||
|
@ -177,3 +176,9 @@ table td {
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
.anchor {
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue