More i18n work

This commit is contained in:
vjrj 2017-11-28 22:49:25 +01:00
parent 2ad4972115
commit fffeb2a17a
13 changed files with 85 additions and 27 deletions

View file

@ -9,3 +9,7 @@
margin-top: 20px;
}
}
body {
background-color: lighten($todos-palette5, 70%);
}

View file

@ -5,3 +5,7 @@ a, a:hover {
.bg-dark {
background-color: $todos-palette1 !important;
}
h4.page-header {
line-height: 2em;
}