Make nav link styling global

This commit is contained in:
Maciej Pędzich 2023-05-13 06:40:39 +02:00
parent 59ec87be3c
commit 6a35c00298

View File

@ -157,6 +157,27 @@ h1.cmr2-text {
color: #fff;
}
@media only screen and (max-width: 625px) {
nav.cmr2-text {
justify-content: left;
}
}
nav.cmr2-text {
line-height: 1.5;
flex-wrap: nowrap;
overflow-x: auto;
}
nav > a {
color: rgba(255, 255, 255, 0.4);
text-decoration: none;
}
header {
margin: 0em 0 2em;
}
/* The following styling rules have been adopted from:
https://github.com/codrops/LineHoverStyles/ */