forked from laurens/fediversity_website
Styling van links
This commit is contained in:
parent
b3efa99e37
commit
b37876ea35
|
@ -212,7 +212,7 @@ h1, h2, h3, h4, h5, strong, b {
|
||||||
.menu li{
|
.menu li{
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.menu a,a:link,a:visited {
|
.menu a {
|
||||||
color: $color-text-inverse;
|
color: $color-text-inverse;
|
||||||
}
|
}
|
||||||
.menu a:hover {
|
.menu a:hover {
|
||||||
|
@ -276,6 +276,7 @@ a:visited {
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a.heading-link {
|
a.heading-link {
|
||||||
|
color: inherit;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue