dark mode
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-04-27 23:42:53 +02:00
parent 5dffcf8cd2
commit 8b3647b023
8 changed files with 372 additions and 23 deletions

View File

@@ -32,9 +32,25 @@ nav {
display: flex;
height: 100%;
align-items: center;
padding-right: 12px;
}
.actions-search {
padding-right: 20px;
}
.theme-toggle {
color: var(--text-inverse);
transition: var(--transition-fast);
&:hover {
background: var(--hover-background);
}
}
.theme-toggle fa-icon {
font-size: 14px;
}
.links {
display: flex;