commit 0d53b620b98b13da74848a8a9c79daff17329087
parent b22603e6e5d1905cf6d706c204342b588dca45fb
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 19 Jan 2024 23:17:56 +0000
style updates
Diffstat:
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/style.css b/style.css
@@ -16,8 +16,8 @@
body {
font-family: 'main-font';
- background-color: #201f1e;
- color: #f2f0ea;
+ background-color: #1f1d1b;
+ color: #fbf0d2;
letter-spacing: 1.1px;
line-height: 1.5;
}
@@ -52,7 +52,7 @@ header > p {
h1, h2, h3, h4, h5 {
font-family: 'main-font';
text-transform: lowercase;
- color: #a83a43;
+ color: #9c353e;
}
/*h2, h3, h4 {
@@ -61,7 +61,7 @@ h1, h2, h3, h4, h5 {
}
h5 {
- color: #f2f0ea;
+ color: #fbf0d2;
text-decoration: underline dotted;
font-family: 'main-font';
font-weight: normal;
@@ -76,13 +76,13 @@ a {
}
a:active,a:hover,a:focus {
- color: #887c5b;
+ color: #75726b;
text-decoration: none;
border-bottom: 1px dotted #766d53;
}
a.dead {
- color: #887c5b;
+ color: #75726b;
border-bottom: 1px dotted #766d53;
}
@@ -93,7 +93,7 @@ ul {
hr {
border-bottom: 0px;
- border-top: 1px dotted #f2f0ea;
+ border-top: 1px dotted #fbf0d2;
width: 30%;
}
@@ -106,7 +106,7 @@ strong {
pre {
overflow-x: auto;
border-radius: 2px;
- border: 1px solid #201f1e;
+ border: 1px solid #1f1d1b;
background-color: #110f0d;
display: table;
}
@@ -121,7 +121,7 @@ pre > code {
}
code {
- color: #f2f0ea;
+ color: #fbf0d2;
/*background-color: #6a3c42;*/
background-color: #5e2d33;
font-family: 'envy';
@@ -159,14 +159,14 @@ footer {
}
a.index {
- color: #f2f0ea;
+ color: #fbf0d2;
border-bottom: 0px;
}
a.index:active,
a.index:hover,
a.index:focus {
- color: #f2f0ea;
+ color: #fbf0d2;
background-color: #5e2d33;
}
@@ -199,7 +199,7 @@ table tr th {
table tr th,
table tr td {
- border: 1px solid #f2f0ea;
+ border: 1px solid #fbf0d2;
margin: 0;
padding: 4px 10px;
}