9b652a5e4d
move loleaflet.css .root color varaibles into a separate color-palette.css file so all var colors are at a dedicated file and branding is easier. Signed-off-by: Andreas-Kainz <kainz.a@gmail.com> Change-Id: I6fe879fbb09e2d5170c028820974bdda0466805d
13 lines
506 B
CSS
13 lines
506 B
CSS
:root {
|
|
/*LibreOffice Colors: https://wiki.documentfoundation.org/Marketing/Branding#Colors
|
|
----------------------------------[to do]*/
|
|
--blue1-txt-primary-color: 3, 105, 163;
|
|
--green0-txt-primary-color: 16, 104, 2; /*green1 lacks contrast against white*/
|
|
--orange1-txt-primary-color: 163, 62, 3;
|
|
--yellow0-txt-primary-color: 135, 105, 0; /*yellow1 lacks contrast against white*/
|
|
|
|
--gray-light-txt--color: #696969;
|
|
--gray-light-bg-color: #EFEFEF;
|
|
--gray-color: #b6b6b6;
|
|
--white-bg-color: #fff;
|
|
}
|