put navbar on the top of the page
This commit is contained in:
parent
7269c241e4
commit
78c7e9e73c
2 changed files with 23 additions and 0 deletions
16
bundle.css
16
bundle.css
|
|
@ -133,7 +133,23 @@ header a:hover {
|
|||
* nav/sidebar
|
||||
*/
|
||||
|
||||
nav {
|
||||
list-style-type: none;
|
||||
justify-content: space-evenly;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: var(--text) !important;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
color: var(--accent2);
|
||||
background-color: inherit;
|
||||
transform: none;
|
||||
scale: 100%;
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
/*
|
||||
* footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue