change site colors with css to better adjust to my liking

This commit is contained in:
Peter 2025-03-19 16:00:51 -04:00
parent b31611af40
commit 6b85506e67

View file

@ -2,7 +2,37 @@
<html>
<head>
<style>
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #1c1c1d; }
pre code { background-color: #312f2f; }
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #101010; }
.headerWrapper {
background: #312f2f;
}
.postListItem {
background: #312f2f;
}
.postExcerpt {
background: #312f2f;
}
.postExcerpt {
background: #312f2f;
}
.postMetadata {
background: #312f2f;
}
.footer {
background: #312f2f;
}
body {
background: #252323;
}
.pagination {
list-style: none;
@ -25,21 +55,13 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
margin: 1px;
border-radius: 0.5em;
text-decoration: none;
background-color: #2f2f2f;
background-color: #312f2f;
}
.pagination a:hover {
color: #f8f8ff;
background-color: #f26d63;
}
.searchprompt {
color: #4b4b4b;
font-size: 12px;
margin-left: -26.7em;
position: absolute;
top:68px;
overflow: hidden;
}
#fastSearch {
visibility: hidden;
@ -60,7 +82,7 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
font-family: "FiraMono";
color: #f3f8f8;
font-weight: bold;
background-color: #1e1f20;
background-color: #181717;
border: none;
outline: none;
text-align: left;
@ -74,7 +96,7 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
padding: 6px 6px 6px 6px;
margin-left: -5.3em;
color: #f3f8f8;
background-color: #1e1f20;
background-color: #181717;
margin-top: 8px;
font-family: "OpenSans";