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:
@@ -1,7 +1,8 @@
|
||||
code, kbd {
|
||||
code,
|
||||
kbd {
|
||||
background: var(--background-alt);
|
||||
color: var(--code);
|
||||
padding: 5px;
|
||||
padding: 2.5px 5px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user