Merge branch 'main' into zomars/cal-585-use-preact-on-production

zomars/cal-585-use-preact-on-production
kodiakhq[bot] 2021-12-14 04:15:10 +00:00 committed by GitHub
commit 925cbf06b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -355,6 +355,10 @@ body {
background-color: #f3f4f6;
}
hr {
@apply border-gray-200;
}
.text-white-important {
color: white !important;
}