[Glitch] Fix prev/next buttons color in media viewer

Port 675672feb6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput 2023-06-01 02:25:38 +02:00 committed by Claire
parent 7e25fd9b0c
commit 8188522bde

View file

@ -236,7 +236,7 @@
background: transparent;
box-sizing: border-box;
border: 0;
color: rgba($primary-text-color, 0.7);
color: rgba($white, 0.7);
cursor: pointer;
display: flex;
align-items: center;
@ -251,7 +251,7 @@
&:hover,
&:focus,
&:active {
color: $primary-text-color;
color: $white;
}
}