mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
💄 Rebuild CSS
This commit is contained in:
parent
6ea69b3b6d
commit
9e55ca83e3
1 changed files with 5 additions and 5 deletions
|
@ -993,6 +993,11 @@ select {
|
|||
margin-bottom:2em
|
||||
}
|
||||
|
||||
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||
margin-top:2em;
|
||||
margin-bottom:2em
|
||||
}
|
||||
|
||||
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||
font-weight:600;
|
||||
font-family:inherit;
|
||||
|
@ -1200,11 +1205,6 @@ select {
|
|||
margin-bottom:0
|
||||
}
|
||||
|
||||
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||
margin-top:2em;
|
||||
margin-bottom:2em
|
||||
}
|
||||
|
||||
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||
margin-top:0.5em;
|
||||
margin-bottom:0.5em
|
||||
|
|
Loading…
Reference in a new issue