New: Added Color-Impaired mode to UI settings.

This commit is contained in:
Taloth Saldono
2015-04-22 00:14:16 +02:00
parent 2f7e3c1c3c
commit b4e8a39c2c
8 changed files with 88 additions and 1 deletions
+11 -1
View File
@@ -8,4 +8,14 @@
-moz-user-select : none;
-webkit-user-select : none;
-ms-user-select : none;
}
}
.color-impaired-background-gradient(@angle, @color) {
.color-impaired-mode & {
background : repeating-linear-gradient(@angle,
darken(@color, 3%),
darken(@color, 3%) 6px,
@color 6px,
@color 12px);
}
}