CSS: Add box-shadow to admonition blocks.

This commit is contained in:
tastytea 2021-03-15 23:44:25 +01:00
parent 34bf4d8fe9
commit d16ed91973
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ div.admonitionblock td.icon
div.admonitionblock table
{
background-color: var(--bg-dark);
box-shadow: 0 0 0.1em 0 var(--link-hover);
}
div.note td.icon