Re-add block background colour

This commit is contained in:
Oliver Davies 2020-11-28 19:57:07 +00:00
parent bb797fc956
commit 71294cb75e

View file

@ -1,4 +1,3 @@
.sidebar .block {
@apply p-6 rounded;
@apply dark:bg-gray-750
@apply p-6 rounded bg-gray-100 dark:bg-gray-750
}