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

Port 675672feb6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/62/head
Renaud Chaput 2023-06-01 02:25:38 +02:00 committed by Claire
parent 7e25fd9b0c
commit 8188522bde
1 changed files with 2 additions and 2 deletions

View File

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