]> git.wh0rd.org - nano-editor.git/blobdiff - style-light.css
css: merge light & dark into one file
[nano-editor.git] / style-light.css
diff --git a/style-light.css b/style-light.css
deleted file mode 100644 (file)
index 7af7eb2..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * The default (light) style.
- */
-
-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;
-}
-
-* {
-       box-sizing: border-box;
-}
-
-.onecolumn {
-       float: left;
-       width: 45%;
-       padding: 5%;
-}