feat: include <ul> in text panels
This commit is contained in:
parent
b24ea49196
commit
9001ae70e4
|
@ -21,6 +21,13 @@
|
||||||
padding: 1.0em 1.5em;
|
padding: 1.0em 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page .blog .text-panel ul li {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.page .blog .text-panel ul li::before {
|
||||||
|
content: "• "
|
||||||
|
}
|
||||||
|
|
||||||
.page .blog .code-panel {
|
.page .blog .code-panel {
|
||||||
color: var(--background);
|
color: var(--background);
|
||||||
background-color: var(--foreground);
|
background-color: var(--foreground);
|
||||||
|
|
Loading…
Reference in New Issue