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