Use accent color for text links

This commit is contained in:
Rafael Mardojai CM 2022-05-21 22:19:11 -05:00
parent 2acdabd831
commit 4b5c9e6b34
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ findbar:-moz-window-inactive description,
border-top: 1px solid var(--gnome-toolbar-border-color) !important;
}
/* Text link */
.text-link {
color: var(--gnome-accent) !important;
}
/* OPTIONAL: Hide WebRTC indicator */
@supports -moz-bool-pref("gnomeTheme.hideWebrtcIndicator") {
#webrtcIndicator {