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