commit b22603e6e5d1905cf6d706c204342b588dca45fb
parent f3e1b3cd64b34e30f50c228db87757b021c684ac
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 19 Jan 2024 22:32:43 +0000
slight colour changes
Diffstat:
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/style.css b/style.css
@@ -16,8 +16,8 @@
body {
font-family: 'main-font';
- background-color: #1f1d1b;
- color: #fbf0d2;
+ background-color: #201f1e;
+ color: #f2f0ea;
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: #9c353e;
+ color: #a83a43;
}
/*h2, h3, h4 {
@@ -61,7 +61,7 @@ h1, h2, h3, h4, h5 {
}
h5 {
- color: #fbf0d2;
+ color: #f2f0ea;
text-decoration: underline dotted;
font-family: 'main-font';
font-weight: normal;
@@ -93,7 +93,7 @@ ul {
hr {
border-bottom: 0px;
- border-top: 1px dotted #fbf0d2;
+ border-top: 1px dotted #f2f0ea;
width: 30%;
}
@@ -106,7 +106,7 @@ strong {
pre {
overflow-x: auto;
border-radius: 2px;
- border: 1px solid #1f1d1b;
+ border: 1px solid #201f1e;
background-color: #110f0d;
display: table;
}
@@ -121,7 +121,7 @@ pre > code {
}
code {
- color: #fbf0d2;
+ color: #f2f0ea;
/*background-color: #6a3c42;*/
background-color: #5e2d33;
font-family: 'envy';
@@ -159,14 +159,14 @@ footer {
}
a.index {
- color: #fbf0d2;
+ color: #f2f0ea;
border-bottom: 0px;
}
a.index:active,
a.index:hover,
a.index:focus {
- color: #fbf0d2;
+ color: #f2f0ea;
background-color: #5e2d33;
}
@@ -199,7 +199,7 @@ table tr th {
table tr th,
table tr td {
- border: 1px solid #fbf0d2;
+ border: 1px solid #f2f0ea;
margin: 0;
padding: 4px 10px;
}