color changed for pre and blockquote

This commit is contained in:
DeltaLima 2023-06-20 02:15:41 +02:00
parent 645bf2fc30
commit 31cdf6303b
2 changed files with 15 additions and 3 deletions

View File

@ -37,7 +37,8 @@ blockquote {
margin: 1em 1em;
padding: 0 10px;
/*border-left: 10px solid white;*/
border-left: 10px solid #444444;
border-left: 10px solid #daaa55;
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}
pre, code {
@ -53,12 +54,17 @@ pre {
/* background-color: #a8a8a8;*/
/*border-bottom: 1px solid #555;*/
border: 1px solid #555;
background-color: #444444;
/*background-color: #444444;*/
/* ubuntu terminal background color */
background: #380c2a;
color: #CCCCCC;
overflow: auto;
width: 90%;
margin: 1em 1em;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 3px 3px 6px black;
}
ul, li, ol { margin: 0; padding: 0 }
@ -273,6 +279,12 @@ ol li, ul li { padding-bottom: 0.9em }
.entry p { font-size: 16px }
.entry-title {
/*color: #26a269;*/
/* ubuntu color background term color: #380c2a; */
color: #daaa55;
}
#main .entrytitle {
font-family: Candara, 'Cataneo BT', 'book antiqua', georgia, garamond, times, 'times new roman';
margin: 0;

View File

@ -3,7 +3,7 @@
{static_block}
{static}
<div id="{$id}" class="entry">
<h2>{$subject}</h2>
<div class="entry-title"><h2>{$subject}</h2></div>
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</p>
{$content|tag:the_content}
</div>