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