From acd240004960dbbce6081b338ee4ed1775acfd1e Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 4 Dec 2015 16:58:04 +0100 Subject: initial insertion --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3