update dark mode

This commit is contained in:
2020-11-29 14:59:12 +02:00
parent d98eb99411
commit 906860382b
7 changed files with 66 additions and 21 deletions

View File

@@ -167,6 +167,12 @@ body[data-theme="dark"] {
.post-content-text {
@apply text-gray-300;
}
.inset-0 , input[type="text"]{
background-color: #191b1f;
}
.bg-white{
background-color: #191b1f;
}
.post-card-excerpt {
@apply text-gray-500;
}