diff --git a/package.json b/package.json index 521a2e3..f62e362 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "url": "https://github.com/thelounge/lounge-theme-solarized/issues" }, "devDependencies": { - "stylelint": "^7.11.1", - "stylelint-config-standard": "^16.0.0" + "stylelint": "^8.3.0", + "stylelint-config-standard": "^18.0.0" }, "scripts": { "test": "stylelint theme.css" diff --git a/theme.css b/theme.css index fda60aa..364a960 100644 --- a/theme.css +++ b/theme.css @@ -107,15 +107,15 @@ body { background-color: inherit; } -#sidebar .chan:first-child { - color: #268bd2; -} - #sidebar .chan, #sidebar .chan-placeholder { padding: 8px 20px; } +#sidebar .chan:first-child { + color: #268bd2; +} + #sidebar .badge { font-size: 12px; margin-top: 0;