Give the table of contents a border.

master
Ethan Dalool 2020-03-23 13:01:37 -07:00
parent 137212c8de
commit 181f11689a
1 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,14 @@ body *
word-wrap: break-word;
}
#table_of_contents
{
border: 1px solid var(--color_blockquoteedge);
padding-top: 8px;
padding-bottom: 8px;
border-radius: 8px;
}
blockquote
{
background-color: var(--color_blockquotebg);