mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:35:56 +00:00
revert back to lower contrast light theme by default, add separate light-high-contrast.less
This commit is contained in:
@@ -12,7 +12,7 @@ function swallowError(error) {
|
||||
gulp.task('less', function(cb) {
|
||||
gulp
|
||||
.src(['themes/compact.less', 'themes/compact_night.less',
|
||||
'themes/light.less', 'themes/night_blue.less', 'themes/night.less'])
|
||||
'themes/light.less', 'themes/light-high-contrast.less', 'themes/night_blue.less', 'themes/night.less'])
|
||||
.pipe(less({javascriptEnabled: true}))
|
||||
.on('error', swallowError)
|
||||
.pipe(
|
||||
|
||||
Reference in New Issue
Block a user