mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: link color on highlighted areas
This commit is contained in:
committed by
Tienson Qin
parent
6e9dae8549
commit
58b8f0ce21
@@ -304,6 +304,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.with-bg-color {
|
||||
@apply px-1;
|
||||
|
||||
color: #fff;
|
||||
|
||||
a,
|
||||
.page-reference:not(:hover), {
|
||||
color: #aacece;
|
||||
|
||||
.bracket {
|
||||
color: #aacece;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-properties {
|
||||
margin: 4px 0;
|
||||
padding: 4px 8px;
|
||||
|
||||
Reference in New Issue
Block a user