X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-dark.css;h=6e621b55b244ccb2bb17a4433fe2abfe769abe51;hp=fe37b06052fbba8e6d77fe660c85017d4bdb1206;hb=HEAD;hpb=7d81b70d77884e297a648577608ff33f0659c727 diff --git a/style-dark.css b/style-dark.css deleted file mode 100644 index fe37b06..0000000 --- a/style-dark.css +++ /dev/null @@ -1,26 +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; -}