forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-15 14:09:25 -06:00
parent 507a3f513d
commit 5dfce4e623
2 changed files with 4 additions and 3 deletions

View File

@ -655,11 +655,12 @@ video {
color: rgba(var(--color-primary), var(--tw-text-opacity));
}
blockquote {
margin-bottom: 1rem;
border-left-width: 2px;
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
border-color: rgba(21, 128, 61, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}
hr {
margin-top: 0.75rem;

View File

@ -66,7 +66,7 @@
@apply text-primary break-all
}
blockquote {
@apply bg-red-200 border-l-2 border-red-600
@apply bg-green-100 border-l-2 border-green-700 mb-4
}
hr {
@apply my-3