Small front-end improvements + made screen clearing apply cursor color to cleared area

This commit is contained in:
2017-01-29 20:08:58 +01:00
parent 03179a0ff0
commit 0acf0bdd72
11 changed files with 46 additions and 87 deletions
+8
View File
@@ -14,3 +14,11 @@ $term-colors:
.fg#{$i - 1} { color: $c; }
.bg#{$i - 1} { background-color: $c; }
}
.fg8, .fg9, .fg10, .fg11, .fg12, .fg13, .fg14, .fg15 {
font-weight: bold;
}
.nb {
font-weight: normal !important;
}
+1 -1
View File
@@ -53,7 +53,7 @@
width: 100%;
td:nth-child(1) {
width: 6em;
width: 7em;
}
td:nth-child(2) {
-4
View File
@@ -26,10 +26,6 @@
}
}
}
.fg8, .fg9, .fg10, .fg11, .fg12, .fg13, .fg14, .fg15 {
font-weight: bold;
}
}
#buttons {