commit 3eb1b998652d919a9f3186eb5d1920def2f0bdf5
parent bc3e45ee023b339759ca2710aa03f74763f7dd69
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 10 Nov 2023 17:00:01 +0000
doctype. bg + rm pre border
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<link href="/static/css/stylemin.css" rel="stylesheet">
diff --git a/static/css/stylemin.css b/static/css/stylemin.css
@@ -12,7 +12,7 @@
}
body {
font-family: 'main-font';
- background-color: #22201d;
+ background-color: #1f1d1b;
color: #fbf0d2;
letter-spacing: 1.1px;
line-height: 1.5;
@@ -61,7 +61,7 @@ pre {
color: #cbbe0c;
background-color: #110f0d;
padding: 7.5px;
- border: 1px solid #93141f;
+ border: 1px solid #1f1d1b;
border-radius: 2px;
display: table;
font-family: 'bpmono';