Design cleanup

This commit is contained in:
2023-02-25 17:44:57 +11:00
parent 58124efde5
commit f5fe1c6f6f
4 changed files with 42 additions and 4 deletions

View File

@@ -1147,6 +1147,10 @@ video {
border-width: 2px;
}
.border {
border-width: 1px;
}
.border-t-4 {
border-top-width: 4px;
}
@@ -1173,6 +1177,11 @@ video {
border-color: transparent;
}
.border-yellow-200 {
--tw-border-opacity: 1;
border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
@@ -1187,6 +1196,10 @@ video {
background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-100\/60 {
background-color: rgb(254 249 195 / 0.6);
}
.fill-blue-100 {
fill: #dbeafe;
}
@@ -1447,6 +1460,16 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.hover\:bg-pink-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.hover\:fill-blue-400:hover {
fill: #60a5fa;
}
@@ -1475,6 +1498,11 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: rgb(251 146 60 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:underline:hover {
text-decoration-line: underline;
}
@@ -1671,6 +1699,11 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
background-color: rgb(250 204 21 / 0.8);
}
.dark\:hover\:text-blue-200:hover {
--tw-text-opacity: 1;
color: rgb(191 219 254 / var(--tw-text-opacity));
}
.dark\:hover\:text-yellow-100:hover {
--tw-text-opacity: 1;
color: rgb(254 249 195 / var(--tw-text-opacity));