Explorar el Código

Add a hover effect for the side buttons

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
6c3a233d23
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      macrovision.css

+ 4
- 0
macrovision.css Ver fichero

@@ -673,6 +673,10 @@ i.far {
background: #ffffff66;
}

.scroll-button:hover {
background: #ffffff44;
}

.scroll-button:disabled {
background: #ffffff11;
}


Cargando…
Cancelar
Guardar