feat: include <ul> in text panels

This commit is contained in:
ktyl 2023-08-10 23:01:37 +02:00
parent b24ea49196
commit 9001ae70e4
1 changed files with 7 additions and 0 deletions

View File

@ -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);