fixes after PRs

This commit is contained in:
panr
2023-06-10 00:27:17 +02:00
parent 4a8f9aa798
commit 3a5a676118
11 changed files with 73 additions and 53 deletions

View File

@ -33,6 +33,14 @@
font-size: 1rem;
margin-bottom: 10px;
color: transparentize($accent, .3);
& > *:not(:first-child) {
&::before {
content: "::";
display: inline-block;
margin: 0 8px;
}
}
}
&-title {
@ -72,16 +80,6 @@
margin-top: 30px;
}
input[type="checkbox"] {
vertical-align: middle;
padding: 5px;
margin: 0 .2em .25em -.2em;
}
input[type="checkbox"]:checked {
background: $accent;
}
&-cover {
border: 20px solid $accent;
background: transparent;