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