]> andersk Git - test.git/blame - shellinabox/white-on-black.css
Changed the cursor color to match the default text color.
[test.git] / shellinabox / white-on-black.css
CommitLineData
d42b6a88
JW
1#vt100 #cursor.bright {
2 background-color: white;
3 color: black;
4}
5
6#vt100 #scrollable {
7 color: #ffffff;
8 background-color: #000000;
9}
10
11#vt100 #scrollable.inverted {
12 color: #000000;
13 background-color: #ffffff;
14}
15
16#vt100 .ansi15 {
17 color: #000000;
18}
19
20#vt100 .bgAnsi0 {
21 background-color: #ffffff;
22}
This page took 0.105191 seconds and 5 git commands to generate.