fix issue with sidebar coloring

This commit is contained in:
SethBurkart123
2023-10-25 09:01:11 +11:00
parent 8dbe0c0462
commit cc4c373541
+1 -1
View File
@@ -122,7 +122,7 @@ ul.magicDelete > li.deleting {
box-shadow: none; box-shadow: none;
border-radius: 12px; border-radius: 12px;
padding: 12px; padding: 12px;
color: var(--text-color); color: var(--text-color) !important;
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
place-items: center; place-items: center;