This commit is contained in:
2024-08-29 14:35:37 +02:00
parent deb180dd94
commit d66ce2c893
116 changed files with 448 additions and 2444 deletions

View File

@@ -1166,10 +1166,6 @@ video {
--tw-border-opacity: 1;
border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
@@ -1216,14 +1212,14 @@ video {
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.fill-blue-600 {
fill: #2563eb;
.fill-blue-500 {
fill: #3b82f6;
}
.fill-transparent {
fill: transparent;
}
.stroke-blue-600 {
stroke: #2563eb;
.stroke-blue-500 {
stroke: #3b82f6;
}
.stroke-slate-400 {
stroke: #94a3b8;
@@ -1443,6 +1439,10 @@ video {
.tracking-tighter {
letter-spacing: -0.05em;
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
@@ -1617,10 +1617,6 @@ video {
outline-color: #3b82f6;
}
.focus-visible\:outline-blue-600:focus-visible {
outline-color: #2563eb;
}
.active\:text-white\/70:active {
color: rgb(255 255 255 / 0.7);
}