diff --git a/style.css b/style.css index 051df12..4840564 100644 --- a/style.css +++ b/style.css @@ -76,8 +76,16 @@ a { padding: 15px; } +.cmm-sidebar li { + border: var(--background2) 2px dotted; + background-color: #1c1923; + padding: 8px; + list-style: none; + margin-bottom: 5px; +} + .cmm-sidebar ul { - padding: 20px; + padding: 5px; /* border: var(--background2) dashed 2px */ }