mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
preserve font-size in inline code blogs
This commit is contained in:
parent
c3b77044a2
commit
1eeecd4f8f
2 changed files with 3 additions and 1 deletions
|
@ -172,6 +172,7 @@ Need to decide between:
|
||||||
padding: .2em .4em;
|
padding: .2em .4em;
|
||||||
background-color: whitesmoke!important;
|
background-color: whitesmoke!important;
|
||||||
color: black;
|
color: black;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
|
@ -175,7 +175,8 @@ Need to decide between:
|
||||||
.layout-post :not(pre) > code {
|
.layout-post :not(pre) > code {
|
||||||
padding: .2em .4em;
|
padding: .2em .4em;
|
||||||
background-color: whitesmoke!important;
|
background-color: whitesmoke!important;
|
||||||
color: black
|
color: black;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Reference in a new issue