mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-06-07 23:37:53 +02:00
Rediseño de la interfaz y arreglos menores
- ¡Ahora con tema oscuro! Se activa según el navegador del usuario. - URL de audios simplificada. - Nuevos iconos para canciones con acordes/audios. - Enlaces de la cabecera actualizados. - Siempre mostramos los ajustes. - Insertar espacio forzoso para separar algunas palabras que se juntaban. - Soporte para canciones con dos líneas de acordes (e.g. Engrandece).
This commit is contained in:
parent
e838b066de
commit
03522304fa
15 changed files with 203 additions and 83 deletions
|
@ -1,12 +1,19 @@
|
|||
@nochordscolor: #FBB;
|
||||
@nochordscolor-hover: #FAA;
|
||||
@background: #FFF;
|
||||
@background-dark: darken(@background, 100%);
|
||||
@title: #369;
|
||||
@title-dark: lighten(@title, 50%);
|
||||
@subtitle: #444;
|
||||
@subtitle-dark: lighten(@subtitle, 100%);
|
||||
@text: #333;
|
||||
@text-dark: lighten(@text, 100%);
|
||||
@text-hover: #607D8B;
|
||||
@text-hover-dark: @text-hover;
|
||||
@secondary: #EEE;
|
||||
@secondary-dark: #333;
|
||||
@secondary-hover: #CCC;
|
||||
@secondary-hover-dark: #444;
|
||||
@chord-color: darkgreen;
|
||||
@chord-color-dark: lightgreen;
|
||||
|
||||
@transition: .5s;
|
||||
@border-radius: 4px;
|
||||
@border-radius: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue