client: Use 3px shadow for dark theme

This commit is contained in:
Elian Doran 2024-10-27 20:01:08 +02:00
parent f947a039b9
commit 0d270cbeb6
No known key found for this signature in database

View File

@ -94,5 +94,5 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
}
.ck-content pre {
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6) !important;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}