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 70b1cc3 commit 55cebf7
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions assets/custom/quantum.css
Original file line number Diff line number Diff line change
@@ -1,43 +1,31 @@
.text-blue-700 {
.text-quantum-700 {
color: #1d4ed8
}

.bg-blue-100 {
.bg-quantum-100 {
background-color: #dbeafe
}

.hover\:bg-blue-200:hover {
.hover\:bg-quantum-200:hover {
background-color: #bfdbfe
}

:is(.dark .dark\:text-blue-300) {
:is(.dark .dark\:text-quantum-300) {
color: #93c5fd
}

:is(.dark .dark\:bg-blue-900) {
:is(.dark .dark\:bg-quantum-900) {
background-color: #1e3a8a
}

:is(.dark .dark\:hover\:bg-blue-800:hover) {
:is(.dark .dark\:hover\:bg-quantum-800:hover) {
background-color: #1e40af
}

.bg-blue-600 {
.bg-quantum-600 {
background-color: #2563eb
}

.me-3 {
margin-inline-end: 0.75rem
}

.w-2\.5 {
width: 0.625rem
}

.h-2\.5 {
height: 0.625rem
}

.ms-2 {
margin-inline-start: 0.5rem
}

0 comments on commit 55cebf7

Please sign in to comment.