some more fixes...
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2024-11-18 14:10:07 +01:00
parent 73b44bf5e9
commit 98732b5867

View file

@ -14,7 +14,7 @@
}
blockquote {
margin-left: 0;
padding-left: 5px;
padding-left: 10px;
margin-right: 0px;
color: gray;
}
@ -25,18 +25,22 @@
<% } else { %>
border-left: 3px solid white;
<% } %>
}
blockquote p {
display: inline;
}
code {
code, pre {
font-family: "Source Code Pro";
padding-left: 2px;
padding-right: 2px;
border: 1px #111111 solid;
background-color: #111111;
border-radius: 5px;
white-space: pre-wrap;
word-wrap: break-word;
width: auto !important;
left: 0;
right: 0;
}
hr {
color: white;
@ -59,6 +63,8 @@
<% } %>
}
#post-content {
word-wrap: break-word;
white-space: normal;
font-family: "Arial";
}
a {