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