dark mode in docs

This commit is contained in:
janis
2023-01-22 20:00:31 +01:00
parent 1d9b07761a
commit c87fdfcef5
11 changed files with 330 additions and 32 deletions

View File

@@ -10,7 +10,15 @@
overflow: scroll;
}
.dropdown {
display: none;
font-size: 0.8rem;
height: 100%;
background-color: rgb(27, 27, 165);
}
.navitem {
cursor: pointer;
text-decoration: none;
color: white;
padding: 5%;
@@ -19,19 +27,13 @@
font-size: 1rem;
}
.navitem:hover {
background-color: black;
}
.nav-subitem {
display: block;
text-decoration: none;
color: white;
padding: 5%;
padding-left: 25%;
font-size: 0.8rem;
width: 70%;
padding: 5%;
padding-left: 25%;
background-color: rgb(27, 27, 165);
}
.nav-subitem:hover {
background-color: rgb(43, 43, 43);
}