mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-06-07 23:37:53 +02:00
Add categories and favicon
* Reorganize resource directories (templates, less, static) * Show categories on index * Add favicon
This commit is contained in:
parent
7e517112f7
commit
3eaed2eaa8
17 changed files with 180 additions and 64 deletions
12
res/less/colors.less
Normal file
12
res/less/colors.less
Normal file
|
@ -0,0 +1,12 @@
|
|||
@nochordscolor: #FBB;
|
||||
@nochordscolor-hover: #FAA;
|
||||
@title: #369;
|
||||
@subtitle: #444;
|
||||
@text: #333;
|
||||
@text-hover: #607D8B;
|
||||
@secondary: #EEE;
|
||||
@secondary-hover: #CCC;
|
||||
@chord-color: darkgreen;
|
||||
|
||||
@transition: .5s;
|
||||
@border-radius: 4px;
|
Loading…
Add table
Add a link
Reference in a new issue