Merge branch 'main' of https://github.com/NLUUG/website
This commit is contained in:
commit
7c201f96f2
|
@ -212,7 +212,7 @@ h1, h2, h3, h4, h5, strong, b {
|
|||
.menu li{
|
||||
float: left;
|
||||
}
|
||||
.menu a,a:link,a:visited {
|
||||
.menu a {
|
||||
color: $color-text-inverse;
|
||||
}
|
||||
.menu a:hover {
|
||||
|
@ -276,6 +276,7 @@ a:visited {
|
|||
|
||||
a:hover,
|
||||
a.heading-link {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue