]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
pull color styles out into CSS stylesheets
[nano-editor.git] / style.css
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..a77bb79
--- /dev/null
+++ b/style.css
@@ -0,0 +1,22 @@
+body {
+       color: #440077;
+       background-color: white;
+}
+.inverted {
+       color: white;
+       background-color: #440077;
+}
+
+a {
+       color: #440077;
+}
+a:visited {
+       color: #51188E;
+}
+a:active {
+       color: #FF0000;
+}
+
+.inverted a {
+       color: white;
+}