Make things rounder.

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

View File

@ -106,6 +106,7 @@ code, kbd, pre, samp
p > code, td > code
{
background-color: var(--bg-code-trans);
padding: 0.1em;
}
div.admonitionblock td.icon
@ -148,3 +149,8 @@ div.warning td.icon
{
background-color: var(--bg-code) !important;
}
div, table, code, img
{
border-radius: 0.2em;
}