feat: include <ul> in text panels
This commit is contained in:
parent
b24ea49196
commit
9001ae70e4
|
@ -21,6 +21,13 @@
|
|||
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 {
|
||||
color: var(--background);
|
||||
background-color: var(--foreground);
|
||||
|
|
Loading…
Reference in New Issue