1
0
mirror of https://github.com/kognise/water.css.git synced 2025-02-24 22:02:50 +01: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;
}
@ -9,4 +10,4 @@ pre > code {
padding: 10px;
display: block;
overflow-x: auto;
}
}