Fix code text color

This commit is contained in:
2023-08-29 13:36:43 +02:00
parent 070ff4dd24
commit d02c8fea59

View File

@@ -407,6 +407,7 @@ code {
line-height: 1.5; line-height: 1.5;
border-radius: 0.3rem; border-radius: 0.3rem;
background-color: #f5f6f7; background-color: #f5f6f7;
color: orangered;
} }
pre > code { pre > code {
margin: 1.5em 0; margin: 1.5em 0;
@@ -539,7 +540,7 @@ footer h3 {
width: 16em; width: 16em;
} }
.card-body { .card-body {
margin: 1.3em 1.7em; margin: 1.3em 1.7em;
} }
@@ -554,7 +555,7 @@ footer h3 {
font-size: 0.7em; font-size: 0.7em;
margin-bottom: 0.7em; margin-bottom: 0.7em;
} }
.post-title { .post-title {
font-size: 2em; font-size: 2em;
} }