diff --git a/css/pride.css b/css/pride.css index 2c6306c..79940e1 100644 --- a/css/pride.css +++ b/css/pride.css @@ -14,11 +14,10 @@ fill: var(--image-background-pride-button-gradient); } -/* -body { - --image-background-pride-button: var(--image-background-pride-trans); - --image-background-pride-folder: var(--image-background-pride-pride); - --image-background-pride-button-gradient: var(--image-background-pride-gradient-pride); - --image-background-pride-folder-gradient: var(--image-background-pride-gradient-trans); +#app-navigation ul > li.active .material-design-icon__svg, +.button-vue--vue-primary .material-design-icon__svg, +.preview-card__header .material-design-icon__svg, +.profile__primary-action-button .material-design-icon__svg, +.app-navigation-entry.active .material-design-icon__svg { + fill: var(--color-primary-element-text); } -*/