Serve PHP files as XHTML

This commit is contained in:
Alex Cabal 2020-09-21 12:45:27 -05:00
parent 63979eef39
commit c6e8e7d36a
9 changed files with 33 additions and 21 deletions

View file

@ -183,6 +183,14 @@ main p:first-child, main ul:first-child, main ol:first-child, main ul li:first-c
margin-top: 0;
}
blockquote{
margin: 1rem;
background: rgba(0, 0, 0, .25);
padding: 1rem;
border-radius: .25rem;
border: 1px solid rgba(255,255,255,.25);
}
ol > li > ul{
list-style: disc; /* dark discs when nested in ol */
}