Optimized the dark mode color of Categories.
This commit is contained in:
parent
a22d510b1d
commit
b534ab74de
1 changed files with 4 additions and 0 deletions
|
@ -81,4 +81,8 @@
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
border-color: var(--main-border);
|
border-color: var(--main-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.categories .list-group-item:last-child {
|
||||||
|
border-bottom-color: var(--card-bg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue