Merge branch 'development' of github.com:threefoldtech/www_partners_v2 into development

This commit is contained in:
samaradel
2020-11-29 16:12:50 +02:00
7 changed files with 66 additions and 21 deletions

View File

@@ -148,6 +148,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;
}