summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d688eec..4533793 100644
--- a/static/style.css
+++ b/static/style.css
@@ -871,6 +871,11 @@ div {
color: rgb(161 161 170 / var(--tw-text-opacity));
}
+.text-neutral-700 {
+ --tw-text-opacity: 1;
+ color: rgb(64 64 64 / var(--tw-text-opacity));
+}
+
.underline {
text-decoration-line: underline;
}
@@ -916,6 +921,11 @@ div {
color: rgb(82 82 91 / var(--tw-text-opacity));
}
+.hover\:text-secondary-900:hover {
+ --tw-text-opacity: 1;
+ color: rgb(24 24 27 / var(--tw-text-opacity));
+}
+
.group:hover .group-hover\:inline-block {
display: inline-block;
}