some more fixes... #4

Merged
hex merged 1 commit from dev into stable 2024-11-18 14:10:32 +01:00

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 {