aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-04 16:58:04 +0100
committerHiltjo Posthuma <[email protected]>2015-12-04 16:58:04 +0100
commitacd240004960dbbce6081b338ee4ed1775acfd1e (patch)
treef8ff53fe572ba3f433b0377fa06ad41ada06e091 /style.css
downloadstagit-acd240004960dbbce6081b338ee4ed1775acfd1e.tar.gz
stagit-acd240004960dbbce6081b338ee4ed1775acfd1e.zip
initial insertion
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..0fa610c
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+body {
+ font-family: sans-serif;
+ color: #00ff00;
+ background-color: #000;
+}
+
+h1 {
+ vertical-align: middle;
+}
+
+a {
+ color: #00ff00;
+}
+
+hr {
+ color: #00ff00;
+ background-color: #00ff00;
+ border-top: 1px solid #00ff00;
+}
+
+pre {
+ font-family: monospace;
+}