summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-13 03:23:34 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-13 03:23:34 +0300
commit4b7b6d6d2c5a923c10da8199451d9b77d9dfe78a (patch)
tree523adbf9def049726cc481e8124fdb63c8c38906 /static
parent39bc8e7f12e8d97e08ff2ed86ab4d501b90e14ae (diff)
upd readme, go to source code href=/readme
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;
}