Skip to content

Commit

Permalink
Update quantum.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 authored Dec 31, 2023
1 parent 9d9df43 commit 6856e7a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions assets/custom/quantum.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,23 @@
.me-3 {
margin-inline-end: 0.75rem
}

.p-4 {
padding: 1rem
}

.text-red-800 {
color: #991b1b
}

.border-red-300 {
border-color: #fca5a5
}

:is(.dark .dark\:text-red-400) {
color: #f87171
}

:is(.dark .dark\:border-red-800) {
border-color: #991b1b
}

0 comments on commit 6856e7a

Please sign in to comment.