More i18n work

This commit is contained in:
vjrj 2017-11-28 18:24:50 +01:00
parent 3ef6f3c80b
commit 2ad4972115
16 changed files with 286 additions and 90 deletions

View file

@ -23,3 +23,21 @@ $todos-back1: #AC9393;
$todos-back2: #FFFFFF;
$todos-font1: #280B0B;
$todos-font2: #501616;
$todos-palette1a: #5A7636;
$todos-palette2a: #462F13;
$todos-palette3a: #281D08;
$todos-palette4a: #021704;
$todos-palette5a: #342F2C;
$todos-palette1b: #0D2E0E;
$todos-palette2b: #425C74;
$todos-palette3b: #70564B;
$todos-palette4b: #D86A25;
$todos-palette5b: #28221D;
$todos-palette1: $todos-palette1b;
$todos-palette2: $todos-palette2b;
$todos-palette3: $todos-palette3b;
$todos-palette4: $todos-palette4b;
$todos-palette5: $todos-palette5b;

View file

@ -1,3 +1,7 @@
a, a:hover {
color: $todos-font2;
color: $todos-palette5;
}
.bg-dark {
background-color: $todos-palette1 !important;
}