mirror of
https://github.com/kognise/water.css.git
synced 2025-12-07 15:25:07 +01:00
fix: reapply code padding fix from #7378a36
This commit is contained in:
parent
143373130d
commit
f248fce30f
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
code, kbd {
|
code,
|
||||||
|
kbd {
|
||||||
background: var(--background-alt);
|
background: var(--background-alt);
|
||||||
color: var(--code);
|
color: var(--code);
|
||||||
padding: 5px;
|
padding: 2.5px 5px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue