Add a little padding to <pre>.

This commit is contained in:
tastytea 2019-12-04 20:10:03 +01:00
parent 05cdbb0d3e
commit 7b6a93e5a5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ p > code, td > code
padding: 0.1em;
}
pre
{
padding: 0.1em;
}
div.admonitionblock td.icon
{
border-color: var(--bg-hover);