Explorar el Código

Dark theme: Prevent slideshow icons from going dark

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v16.0.0alpha1
Jan-Christoph Borchardt hace 5 años
padre
commit
c42b72149c
No account linked to committer's email address
Se han modificado 1 ficheros con 10 adiciones y 3 borrados
  1. 10
    3
      apps/accessibility/css/themedark.scss

+ 10
- 3
apps/accessibility/css/themedark.scss Ver fichero

@@ -45,6 +45,13 @@ $color-border-dark: lighten($color-main-background, 14%);
filter: invert(100%);
}

// since svg icons are inverted, revert to white for the header
.header-right > * {
[class^='icon-'], [class*=' icon-'] {
filter: invert(100%);
}
}

.bubble,
.app-navigation-entry-menu,
.popovermenu {
@@ -65,9 +72,9 @@ $color-border-dark: lighten($color-main-background, 14%);
border: 1px solid var(--color-border);
}

// since svg icons are inverted, revert to white for the header
.header-right > * {
[class^='icon-'], [class*=' icon-'] {
// Prevent slideshow icons from going dark
#slideshow {
[class^='icon-'], [class*=' icon-']{
filter: invert(100%);
}
}

Cargando…
Cancelar
Guardar