Give the table of contents a border.
This commit is contained in:
parent
137212c8de
commit
181f11689a
1 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,14 @@ body *
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#table_of_contents
|
||||||
|
{
|
||||||
|
border: 1px solid var(--color_blockquoteedge);
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
{
|
{
|
||||||
background-color: var(--color_blockquotebg);
|
background-color: var(--color_blockquotebg);
|
||||||
|
|
Loading…
Reference in a new issue