made news look better
This commit is contained in:
parent
c9a6ac611b
commit
de2af53f60
1 changed files with 9 additions and 1 deletions
10
style.css
10
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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue