Modify Header
This commit is contained in:
parent
ee545f1aef
commit
311d3af158
1 changed files with 8 additions and 5 deletions
|
@ -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>
|
Loading…
Reference in a new issue