mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Align text to baseline in mark
This commit is contained in:
parent
f81a2e4af4
commit
5a832744b1
17 changed files with 17 additions and 17 deletions
|
@ -768,7 +768,7 @@ mark {
|
|||
padding: 0.125rem 0.25rem;
|
||||
background-color: var(--mark-background-color);
|
||||
color: var(--mark-color);
|
||||
vertical-align: middle;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue