Modify Header

This commit is contained in:
Sangelo 2023-06-09 16:24:35 +02:00
parent ee545f1aef
commit 311d3af158

View file

@ -103,7 +103,7 @@
}
.navigation-bar a.current-page {
font-weight: 700;
font-weight: 600;
}
[data-theme="dark"] .navigation-bar a.current-page {
@ -112,15 +112,18 @@
.navigation-bar a:hover {
font-style: italic;
font-weight: 300;
}
[data-theme="dark"] .navigation-bar a:hover {
font-style: italic;
font-weight: 200;
}
.link {
text-decoration: none;
transition: font-style;
/* transition: font-style; */
margin-left: 2.5%;
}
.link:hover {
font-style: italic;
}
</style>