mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: link color on highlighted areas
This commit is contained in:
committed by
Tienson Qin
parent
6e9dae8549
commit
58b8f0ce21
@@ -1875,10 +1875,7 @@
|
||||
(not= "nil" marker))
|
||||
{:class (str (string/lower-case marker))})
|
||||
(when bg-color
|
||||
{:style {:background-color bg-color
|
||||
:padding-left 6
|
||||
:padding-right 6
|
||||
:color "#FFFFFF"}
|
||||
{:style {:background-color bg-color}
|
||||
:class "with-bg-color"}))
|
||||
(remove-nils
|
||||
(concat
|
||||
|
||||
Reference in New Issue
Block a user