CSS: Add a bit of padding to kbd.

This commit is contained in:
tastytea 2021-03-16 00:46:40 +01:00
parent 13cb6d4710
commit def6d20fbb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ div, table, code, img
kbd
{
padding: 0.05em;
background-color: var(--fg);
color: var(--bg);
border: 0.15em solid;