aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/style.css b/style.css
index 1b8d688..a666454 100644
--- a/style.css
+++ b/style.css
@@ -8,10 +8,25 @@
src: url('/fonts/FSEX300.ttf');
}
+@font-face {
+ font-family: 'monospace';
+ font-weight: 500;
+ src: url('/fonts/LiberationMono-Regular.ttf');
+}
+
+a:link {
+ color: #61AFEF;
+}
+
+a:visited {
+ color: #C678DD;
+}
+
body {
- background-image: url("tile1.jpg");
- background-repeat: repeat;
- font-family: terminus;
+ background-color: #282C34;
+ color: #abb2bf;
+
+ font-family: monospace;
max-width: 1000px;
margin-left: auto;