mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
convert .less files to .css and remove dependency
This commit is contained in:
parent
aaea68ef1e
commit
1b9529455d
16 changed files with 427 additions and 416 deletions
22
res/static/colors.css
Normal file
22
res/static/colors.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
:root {
|
||||
--bg-color: #FFF;
|
||||
--title-color: #369;
|
||||
--subtitle-color: #444;
|
||||
--text-color: #333;
|
||||
--text-hover-color: #607D8B;
|
||||
--secondary-color: #EEE;
|
||||
--secondary-hover-color: #CCC;
|
||||
--chord-color: darkgreen;
|
||||
|
||||
--bg-color-dark: darken(var(--bg-color), 100%);
|
||||
--title-color-dark: lighten(var(--title-color), 50%);
|
||||
--subtitle-color-dark: lighten(var(--subtitle-color), 100%);
|
||||
--text-color-dark: ligthen(var(--text-color), 100%);
|
||||
--text-hover-color-dark: var(--text-hover-color);
|
||||
--secondary-color-dark: #333;
|
||||
--secondary-hover-color-dark: #444;
|
||||
--chord-color-dark: lightgren;
|
||||
|
||||
--transition-time: 5s;
|
||||
--border-radius: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue