diff --git a/epicyon-profile.css b/epicyon-profile.css index b39d515c..03a57bc6 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -33,6 +33,7 @@ --button-background: #999; --button-selected: #666; --button-highlighted: green; + --button-fg-highlighted: #FFFFFF; --button-selected-highlighted: darkgreen; --button-approve: darkgreen; --button-deny: darkred; @@ -801,7 +802,7 @@ div.gallery img { border-radius: var(--button-corner-radius); background-color: var(--button-highlighted); border: none; - color: var(--button-text); + color: var(--button-fg-highlighted); text-align: center; font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; @@ -830,7 +831,7 @@ div.gallery img { border-radius: var(--button-corner-radius); background-color: var(--button-highlighted); border: none; - color: var(--button-text); + color: var(--button-fg-highlighted); text-align: center; font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; @@ -1153,7 +1154,7 @@ div.gallery img { border-radius: var(--button-corner-radius); background-color: var(--button-highlighted); border: none; - color: var(--button-text); + color: var(--button-fg-highlighted); text-align: center; font-size: var(--font-size-button-mobile); font-family: Arial, Helvetica, sans-serif; @@ -1182,7 +1183,7 @@ div.gallery img { border-radius: var(--button-corner-radius); background-color: var(--button-highlighted); border: none; - color: var(--button-text); + color: var(--button-fg-highlighted); text-align: center; font-size: var(--font-size-button-mobile); font-family: Arial, Helvetica, sans-serif;