Skip to content

Commit

Permalink
style: update tailwind output
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Dec 17, 2024
1 parent 43ab6df commit d7b4ea1
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions public/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1472,11 +1472,6 @@ h4 {
margin-bottom: 2rem;
}

.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}

.-mr-2 {
margin-right: -0.5rem;
}
Expand Down Expand Up @@ -2153,6 +2148,11 @@ h4 {
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
Expand Down Expand Up @@ -2233,11 +2233,6 @@ h4 {
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.underline {
text-decoration-line: underline;
}
Expand Down

0 comments on commit d7b4ea1

Please sign in to comment.