Explorar el Código

Fix repo page language stat span color (#14993)

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-dev
Mike L hace 3 años
padre
commit
5f8478ab0a
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      web_src/less/_repository.less

+ 1
- 4
web_src/less/_repository.less Ver fichero

@@ -2153,6 +2153,7 @@

.item {
width: 100%;
color: var(--color-text);

&:first-of-type {
border-radius: var(--border-radius) 0 0 var(--border-radius);
@@ -2170,10 +2171,6 @@
}
}

span.ui {
color: var(--color-text);
}

&.active {
background: var(--color-secondary);
}

Cargando…
Cancelar
Guardar