implement todos

This commit is contained in:
Dennis Eichhorn 2021-07-15 21:51:30 +02:00
parent 646174fd6e
commit c435998dd9
3 changed files with 124 additions and 270 deletions

View File

@ -102,6 +102,8 @@ article {
img {
display: block;
margin: 0 auto;
max-width: 100%;
max-height: 100%;
}
table {

View File

@ -127,45 +127,6 @@ body > nav {
}
}
#nav-side-settings {
margin: 1rem;
label {
color: rgba(255, 255, 255, 0.8);
cursor: pointer;
.fa-volume-up {
display: none;
}
.fa-volume-down {
display: inherit;
}
}
i {
font-size: 1rem;
}
input {
display: none;
&:checked {
& + label {
color: var(--nav-sub-background-highlight);
.fa-volume-up {
display: inherit;
}
.fa-volume-down {
display: none;
}
}
}
}
}
.nav-trigger {
position: absolute;
clip: rect(0, 0, 0, 0);

File diff suppressed because it is too large Load Diff