Style <kbd>.

This commit is contained in:
tastytea 2021-03-15 10:54:04 +01:00
parent 92446b6ba1
commit c42f6ead98
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 0 deletions

View File

@ -150,3 +150,11 @@ div, table, code, img
{
border-radius: 0.2em;
}
kbd
{
background-color: var(--fg);
color: var(--bg);
border: var(--fg-dim) solid 0.1em;
border-radius: 0.2em;
}