tangled
alpha
login
or
join now
winter.bsky.social
/
site
forked from
tangled.org/site
0
fork
atom
meow
0
fork
atom
overview
issues
pulls
1
pipelines
make imgs easier on the eyes in dark mode
anirudh.fi
10 months ago
0bd12ac1
234fccaa
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:cz35vdbiWEzCNEfuL9fMC2JVIhtXavXBHrRjv8gxpAk=
+4
1 changed file
expand all
collapse all
unified
split
input.css
+4
input.css
···
59
59
@apply no-underline text-black hover:underline hover:text-gray-800 dark:text-white dark:hover:text-gray-300;
60
60
}
61
61
62
62
+
img {
63
63
+
@apply dark:brightness-75 dark:opacity-90;
64
64
+
}
65
65
+
62
66
label {
63
67
@apply block mb-2 text-gray-900 text-sm font-bold py-2 uppercase dark:text-gray-100;
64
68
}