1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-30 08:50:52 +00:00

Fix opacity of links in Deck card description when in preview mode. Fixes

(cherry picked from commit 25b5e7b007)
This commit is contained in:
Magnus Walbeck 2021-11-28 13:58:57 +01:00
parent 1942b45c9f
commit bbc474425a
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -117,7 +117,7 @@
.note-preview {
a {
color: var(--color-text-link) !important;
opacity: 1;
opacity: 1 !important;
}
pre {