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 #288
(cherry picked from commit 25b5e7b007
)
This commit is contained in:
parent
1942b45c9f
commit
bbc474425a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
.note-preview {
|
||||
a {
|
||||
color: var(--color-text-link) !important;
|
||||
opacity: 1;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue