X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-light.css;fp=style-light.css;h=3a93df5c60435c76e5cbc224ba8d329c9d3a8a5a;hp=0000000000000000000000000000000000000000;hb=7d81b70d77884e297a648577608ff33f0659c727;hpb=af998961c137d61009a39493c10bdd5c269f4aa9 diff --git a/style-light.css b/style-light.css new file mode 100644 index 0000000..3a93df5 --- /dev/null +++ b/style-light.css @@ -0,0 +1,26 @@ +/* + * 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; +}