summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2021-03-17 00:35:36 -0400
committerDustin Walker <dustin.walker@email.wsu.edu>2021-03-17 00:35:36 -0400
commit29e91d3164d88ee254cd8efc413b621e28b7730f (patch)
tree1a4c571bc9ca8835e3c56193bd2f93c71a496335 /style.css
parenta1e5b6fbd4dadd751f4c40b39842ff36f2cc0648 (diff)
first draft
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..531b562
--- /dev/null
+++ b/style.css
@@ -0,0 +1,16 @@
+body {
+ background: #121212;
+}
+
+p, h1, h2, h3, h4 {
+ color: #dedede;
+}
+
+li {
+ color: #dedede;
+}
+
+a {
+ color: #6767de;
+}
+