restored border radius for code

This commit is contained in:
Gabriele Musco 2021-11-25 14:24:56 +01:00
parent 434a359023
commit 2436bb4b1b
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ code {
font-family: "Symbols Nerd Font", $mono_font, monospace;
font-size: .8em;
border: 1px solid $stroke_color;
border-radius: 3px
}
code, table {
padding: 2px;