Update stylelint

This commit is contained in:
Pavel Djundik 2017-11-26 14:29:53 +02:00
parent 7726f75352
commit 0c45ba35bd
2 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
"url": "https://github.com/thelounge/lounge-theme-solarized/issues" "url": "https://github.com/thelounge/lounge-theme-solarized/issues"
}, },
"devDependencies": { "devDependencies": {
"stylelint": "^7.11.1", "stylelint": "^8.3.0",
"stylelint-config-standard": "^16.0.0" "stylelint-config-standard": "^18.0.0"
}, },
"scripts": { "scripts": {
"test": "stylelint theme.css" "test": "stylelint theme.css"

View File

@ -107,15 +107,15 @@ body {
background-color: inherit; background-color: inherit;
} }
#sidebar .chan:first-child {
color: #268bd2;
}
#sidebar .chan, #sidebar .chan,
#sidebar .chan-placeholder { #sidebar .chan-placeholder {
padding: 8px 20px; padding: 8px 20px;
} }
#sidebar .chan:first-child {
color: #268bd2;
}
#sidebar .badge { #sidebar .badge {
font-size: 12px; font-size: 12px;
margin-top: 0; margin-top: 0;