diff --git a/front/src/style/colors.scss b/front/src/style/colors.scss index 9e2b5efea..c864d2b16 100644 --- a/front/src/style/colors.scss +++ b/front/src/style/colors.scss @@ -486,6 +486,7 @@ // Fallback for `active` indicators [aria-pressed=true] { + color: var(--pressed-color, var(--active-color)); background-color: var(--pressed-background-color, var(--active-background-color)); }