Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
text-sm
text-white;

p {
color: white !important;
}

a {
@apply font-bold
text-white
Expand Down Expand Up @@ -47,7 +51,7 @@
}

&.info {
@apply bg-info-600;
@apply bg-info-400;

.title {
@apply bg-info-700;
Expand Down