forked from mirrors/hugo-theme-terminal
fixes after PRs
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user