From a1cd62269f8981ef2f71521f82cf1dc8d81b7140 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 13 Jul 2023 22:52:57 +0800 Subject: [PATCH] Update _common-3.0.scss --- src/sass/gtk/_common-3.0.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 1cbd5d2d..c6116eea 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3459,7 +3459,7 @@ infobar { &:backdrop > revealer > box { background-color: $base; - &, link:link, flowboxchild { color: on($primary); } + &, link:link, flowboxchild { color: $primary; } button { &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; }