Added themes

This commit is contained in:
Julien Dessaux 2023-01-25 17:45:06 +01:00
parent 076a4ec391
commit 627f1f5d32
Signed by: adyxax
GPG key ID: F92E51B86E07177E
12 changed files with 213 additions and 108 deletions

View file

@ -1,5 +1,5 @@
header {
background-color: #181818;
background-color: var(--bg-0);
}
header nav ul {
list-style-type: none;
@ -19,10 +19,10 @@ header nav ul li a {
text-decoration: none;
}
header nav ul li a:hover {
background-color: #252525;
background-color: var(--bg-1);
}
.nav-menu-active {
background-color: #252525;
background-color: var(--bg-1);
}
.nav-menu-title {
float: left;