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:
parent
143373130d
commit
f248fce30f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user