summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorFulton Browne <git@fulton.software>2021-05-28 15:32:15 +0000
committerFulton Browne <git@fulton.software>2021-05-28 15:32:15 +0000
commit3173e146b3f3cf20eecc2893310239bbbbbfa3a8 (patch)
tree69345f371f72bab929e935aef9522598d82bb040 /style.css
parent8aea797d10fcd0782d49b4a400f5fb75fbfa1e7d (diff)
downloadg9srv-3173e146b3f3cf20eecc2893310239bbbbbfa3a8.tar.gz
new
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/style.css b/style.css
index 39f126b..1bb255c 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,18 @@
 body {
-	  background-color: black;
-	  text-align: center; 
-	  color: #43f516;
-  }
+	background-color: #3b4252;
+	margin-left: 70px;
+	color: #eceff4;
+	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
+}
+a:link {
+        color: #a3be8c;
+      }
+      /* visited link */
+      a:visited {
+        color: #d08770;
+      }
+ br {
+            display: block;
+            margin-bottom: 0em;
+}
+h1{font-size:50px; text-align: center;}
\ No newline at end of file