fix: link color on highlighted areas

This commit is contained in:
Konstantinos Kaloutas
2022-09-07 09:00:46 +03:00
committed by Tienson Qin
parent 6e9dae8549
commit 58b8f0ce21
2 changed files with 16 additions and 4 deletions

View File

@@ -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;