Add dark mode styles

References #27
This commit is contained in:
Oliver Davies 2020-10-29 00:49:37 +00:00
parent 530074f176
commit e996140f47
4 changed files with 8 additions and 3 deletions

View file

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

View file

@ -1,3 +1,4 @@
@import './components/block.pcss';
@import './components/button.pcss';
@import './components/container.pcss';
@import './components/lead.pcss';