mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Added Color-Impaired mode to UI settings.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user