missed a $
This commit is contained in:
parent
6758548d9c
commit
78cab35653
|
@ -167,14 +167,14 @@ input[type=file] {
|
||||||
color: $fg-subtle;
|
color: $fg-subtle;
|
||||||
}
|
}
|
||||||
.limited {
|
.limited {
|
||||||
border: 1px solid fg-limited;
|
border: 1px solid $fg-limited;
|
||||||
color: fg-limited;
|
color: $fg-limited;
|
||||||
}
|
}
|
||||||
.limited .noise {
|
.limited .noise {
|
||||||
color: fg-limited;
|
color: $fg-limited;
|
||||||
}
|
}
|
||||||
.limited .noise a {
|
.limited .noise a {
|
||||||
color: fg-limited;
|
color: $fg-limited;
|
||||||
}
|
}
|
||||||
details.noise[open] summary {
|
details.noise[open] summary {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -188,7 +188,7 @@ details.noise[open] summary {
|
||||||
color: $fg-subtle;
|
color: $fg-subtle;
|
||||||
}
|
}
|
||||||
.limited details.actions summary {
|
.limited details.actions summary {
|
||||||
color: fg-limited;
|
color: $fg-limited;
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Reference in New Issue