]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
add support for dark mode preferences
[nano-editor.git] / style.css
diff --git a/style.css b/style.css
deleted file mode 100644 (file)
index a77bb79..0000000
--- a/style.css
+++ /dev/null
@@ -1,22 +0,0 @@
-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;
-}