X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-dark.css;fp=style-dark.css;h=0000000000000000000000000000000000000000;hp=6e621b55b244ccb2bb17a4433fe2abfe769abe51;hb=3cd08e87b583069e15df5b187e92eb1844de25d3;hpb=4d3973fde26e2cf8d47c5dc355916526707b462a diff --git a/style-dark.css b/style-dark.css deleted file mode 100644 index 6e621b5..0000000 --- a/style-dark.css +++ /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%; -}