ended up switching site to Dracula theme cuz Castlevania; looks better this way
This commit is contained in:
parent
98331aa43d
commit
3a937dee81
2 changed files with 46 additions and 19 deletions
|
@ -3,39 +3,67 @@
|
|||
<head>
|
||||
<style>
|
||||
|
||||
pre code { background-color: #252323; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #131212; }
|
||||
pre code { background-color: #44475a; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #44475a; }
|
||||
|
||||
a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
.headerWrapper {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.headerWrapper a {
|
||||
color: #bd93f9;
|
||||
}
|
||||
|
||||
.headerWrapper a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
.headerLinks {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.headerLinks ul li a {
|
||||
color: #bd93f9;
|
||||
}
|
||||
|
||||
.postListItem {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.postExcerpt {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.postExcerpt {
|
||||
background: #252323;
|
||||
}
|
||||
.postMetadata {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.postMetadata a {
|
||||
color: #ff79c6;
|
||||
}
|
||||
|
||||
.postMetadata a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: #252323;
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #302d2d;
|
||||
background: #282a36;
|
||||
color: f8f8f2;
|
||||
}
|
||||
|
||||
.socialNavbar a {
|
||||
color: #ff79c6;
|
||||
}
|
||||
|
||||
.socialNavbar a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
list-style: none;
|
||||
|
@ -58,12 +86,12 @@ body {
|
|||
margin: 1px;
|
||||
border-radius: 0.5em;
|
||||
text-decoration: none;
|
||||
background-color: #252323;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
color: #f8f8ff;
|
||||
background-color: #f26d63;
|
||||
color: #282A36;
|
||||
background-color: #50fa7b;
|
||||
}
|
||||
|
||||
#fastSearch {
|
||||
|
@ -85,7 +113,7 @@ body {
|
|||
font-family: "FiraMono";
|
||||
color: #f3f8f8;
|
||||
font-weight: bold;
|
||||
background-color: #1d1c1c;
|
||||
background-color: #282A36;
|
||||
border: none;
|
||||
outline: none;
|
||||
text-align: left;
|
||||
|
@ -99,7 +127,7 @@ body {
|
|||
padding: 6px 6px 6px 6px;
|
||||
margin-left: -5.3em;
|
||||
color: #f3f8f8;
|
||||
background-color: #1d1c1c;
|
||||
background-color: #44475a;
|
||||
margin-top: 8px;
|
||||
font-family: "OpenSans";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue