1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 15:45:15 +02:00

fix: reapply code padding fix from #7378a36

This commit is contained in:
Jonas Kuske
2019-05-27 23:13:39 +02:00
parent 143373130d
commit f248fce30f

View File

@@ -1,7 +1,8 @@
code, kbd {
code,
kbd {
background: var(--background-alt);
color: var(--code);
padding: 5px;
padding: 2.5px 5px;
border-radius: 6px;
}