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

View file

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