]> andersk Git - test.git/blobdiff - shellinabox/white-on-black.css
Changed the cursor color to match the default text color.
[test.git] / shellinabox / white-on-black.css
old mode 100644 (file)
new mode 100755 (executable)
index c64d5b1..e442e7f
@@ -1,6 +1,22 @@
-#vt100 #scrollable          { color:            #ffffff;
-                              background-color: #000000; }
-#vt100 #scrollable.inverted { color:            #000000;
-                              background-color: #ffffff; }
-#vt100 .ansi15              { color:            #000000; }
-#vt100 .bgAnsi0             { background-color: #ffffff; }
+#vt100 #cursor.bright {
+  background-color: white;
+  color:            black;
+}
+
+#vt100 #scrollable {
+  color:            #ffffff;
+  background-color: #000000;
+}
+
+#vt100 #scrollable.inverted {
+  color:            #000000;
+  background-color: #ffffff;
+}
+
+#vt100 .ansi15 {
+  color:            #000000;
+}
+
+#vt100 .bgAnsi0 {
+  background-color: #ffffff;
+}
This page took 0.1767 seconds and 4 git commands to generate.