commit c9cf7488461f94ee629422344bf069d3be4e9a71
parent 3bfcddb16edfe9a4313651918c47ac3cbdfc351f
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 23 Sep 2022 21:40:51 +0100
updated theme
Diffstat:
M | style.css | | | 54 | +++++++++++++++++++++++++++--------------------------- |
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/style.css b/style.css
@@ -14,22 +14,22 @@
body {
font-family: 'main-font';
- background-color: #171717;
- color: #bbbbbb;
+ background-color: #22201d;
+ color: #fbf0d2;
margin: 0px;
letter-spacing: 1.1px;
line-height: 1.5;
}
header {
- background-color: #171717;
+ background-color: #22201d;
padding-bottom: 10px;
padding-left: 88px;
}
header p {
margin-top: 0px;
- color: #909798;
+ color: #8e7a7a;
}
.container {
@@ -38,49 +38,49 @@ header p {
}
h1, h2, h3, h4, h5 {
- color: #909798;
+ color: #8e7a7a;
text-transform: lowercase;
font-weight: normal;
}
span {
font-size: 2.5em;
- color: #753747;
+ color: #9c353e;
letter-spacing: 18px;
}
span b {
font-size: 60%;
font-weight: normal;
- color: #909798;
+ color: #8e7a7a;
letter-spacing: 1.1px;
}
span a {
- color: #753747;
+ color: #9c353e;
border-bottom: 0px;
letter-spacing: 1.1px;
}
span b a {
- color: #909798;
+ color: #9c353e;
text-transform: lowercase;
border-bottom: 0px;
}
span a:hover {
- color: #3d3a3b;
+ color: #93141f;
border-bottom: 0px;
}
span b a:hover {
- color: #3d3a3b;
+ color: #93141f;
text-transform: lowercase;
border-bottom: 0px;
}
span.citation {
- color: #bbbbbb;
+ color: #fbf0d2;
letter-spacing: 1.1px;
font-size: 1em;
}
@@ -104,26 +104,26 @@ span.citation {
}
a {
- color: #baba9e;
+ color: #e3d3a7;
text-decoration: none;
- border-bottom: 1px dotted #807b64;
+ border-bottom: 1px dotted #caba8f;
}
a:active,a:hover,a:focus {
- color: #807b64;
+ color: #887c5b;
text-decoration: none;
- border-bottom: 1px dotted #6e6461;
+ border-bottom: 1px dotted #766d53;
}
a.index {
- color: #bbbbbb;
+ color: #fbf0d2;
border-bottom: 0px;
}
a.index:active,
a.index:hover,
a.index:focus {
- color: #807b64;
+ color: #9c353e;
}
a.footer {
@@ -131,7 +131,7 @@ a.footer {
}
a.dead {
- color: #3d3a3b;
+ color: #454545;
border-bottom: 0px;
}
@@ -162,7 +162,7 @@ table tr th {
table tr th,
table tr td {
- border: 1px solid #3d3a3b;
+ border: 1px solid #454545;
margin: 0;
padding: 4px 10px;
}
@@ -174,22 +174,22 @@ strong {
pre {
overflow-x: auto;
border-radius: 2px;
- border: 1px solid #3d3a3b;
- background-color: #131313;
+ border: 1px solid #93141f;
+ background-color: #110f0d;
}
pre > code {
- color: #baba9e;
+ color: #bcc92e;
/*background-image: linear-gradient(to right, #3d3a3b, #171717);*/
- background-color: #131313;
+ background-color: #110f0d;
font-family: 'bpmono';
padding: 7.5px;
display: table;
}
code {
- color: #bbbbbb;
- background-color: #3d3a3b;
+ color: #fbf0d2;
+ background-color: #604d50;
font-family: 'bpmono';
font-size: 13px;
padding: 2px 4px 2px 4px;
@@ -203,7 +203,7 @@ code {
hr {
border-bottom: 0px;
- border-top: 1px dotted #bbbbbb;
+ border-top: 1px dotted #fbf0d2;
width: 30%;
}