~cytrogen/masto-fe

8188522bde3f78f948adf458c26e6af78f5e7f7e — Renaud Chaput 2 years ago 7e25fd9
[Glitch] Fix prev/next buttons color in media viewer

Port 675672feb6011aff990e1caa7383ed3357e5d76b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M app/javascript/flavours/glitch/styles/components/media.scss
M app/javascript/flavours/glitch/styles/components/media.scss => app/javascript/flavours/glitch/styles/components/media.scss +2 -2
@@ 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;
  }
}