remove shadow on cards in dark theme

This commit is contained in:
Tiago Vasconcelos
2024-10-17 10:40:42 +02:00
committed by dni ⚡
parent 88058fa69b
commit 3748a0f632
+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;
}