Exclude Buy me a coffee / Trilium footer links from external-link marker

This commit is contained in:
trilium-share-gruvbox
2026-08-28 22:11:59 +02:00
parent 152a0f73f7
commit 6a18cac86b
+5 -1
View File
@@ -1554,7 +1554,11 @@ html.theme-light .hljs-ln-code::-webkit-scrollbar-track {
#content-footer .navigation a::after, #content-footer .navigation a::after,
#content-footer .navigation a::before, #content-footer .navigation a::before,
a.next::after, a.next::after,
a.previous::before { a.previous::before,
.bmc-btn::after,
.bmc-btn::before,
.bmc-powered::after,
.bmc-powered::before {
content: none !important; content: none !important;
} }