added dashed border to the news list

This commit is contained in:
Jakub Heger 2024-10-08 15:15:05 +02:00
parent 299be84198
commit a9df7cb008

View file

@ -59,6 +59,11 @@ a {
width: 23%; width: 23%;
} }
.cmm-sidebar ul {
padding: 30px;
border: var(--background2) dashed 3px
}
.cm-navbar { .cm-navbar {
margin-top: 10px; margin-top: 10px;
} }