Add details styling.
This commit is contained in:
parent
e4847a6c57
commit
ac2a6444ef
|
@ -36,6 +36,20 @@ li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
border: 1px dashed var(--foreground-1);
|
||||||
|
|
||||||
|
summary {
|
||||||
|
background-color: var(--background-2);
|
||||||
|
cursor: pointer;
|
||||||
|
padding: var(--medium-spacing);
|
||||||
|
}
|
||||||
|
|
||||||
|
&[open] > summary {
|
||||||
|
border-bottom: 1px dashed var(--foreground-1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bold {
|
.bold {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue