remove shadow on cards in dark theme

This commit is contained in:
Tiago Vasconcelos
2024-10-10 09:09:06 +02:00
committed by dni ⚡
parent ff12a76b42
commit fd0fa75e11
+4
View File
@@ -526,6 +526,10 @@ video {
word-break: break-word;
}
.q-card--dark {
box-shadow: none;
}
.q-card code {
overflow-wrap: break-word;
}