Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-07-10 21:29:09 -07:00
commit 4fe5322419
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -78,6 +78,7 @@ const target = self ? null : "_blank";
text-decoration: none !important;
> span {
text-decoration: underline var(--fgTransparent);
text-decoration-thickness: 1px;
transition: text-decoration-color 0.2s;
}