]> git.wh0rd.org - nano-editor.git/blob - style.css
a77bb79105c1fd8f4901528958de58b38362145e
[nano-editor.git] / style.css
1 body {
2 color: #440077;
3 background-color: white;
4 }
5 .inverted {
6 color: white;
7 background-color: #440077;
8 }
9
10 a {
11 color: #440077;
12 }
13 a:visited {
14 color: #51188E;
15 }
16 a:active {
17 color: #FF0000;
18 }
19
20 .inverted a {
21 color: white;
22 }