]> git.wh0rd.org - nano-editor.git/blobdiff - style-dark.css
add a line break
[nano-editor.git] / style-dark.css
diff --git a/style-dark.css b/style-dark.css
deleted file mode 100644 (file)
index 6e621b5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * The dark style when user prefers that in their browser/OS.
- */
-
-body {
-       color: #cc88ff;
-       background-color: #111;
-}
-.inverted {
-       color: white;
-       background-color: #9200ff;
-}
-
-a {
-       color: #cc88ff;
-}
-a:visited {
-       color: #bb77ff;
-}
-a:active {
-       color: #FF0000;
-}
-
-.inverted a {
-       color: white;
-}
-
-* {
-       box-sizing: border-box;
-}
-
-.onecolumn {
-       float: left;
-       width: 45%;
-       padding: 5%;
-}