apply login view design #29
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-19 15:56:48 +02:00
parent a13314327c
commit a1546849c8
7 changed files with 133 additions and 101 deletions

View File

@ -4,5 +4,13 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
$gray-100: #edefeb;
$gray-800: #344b5d;
$primary: #0790a9;
$dark: #344b5d;
$dark: $gray-800;
$body-bg: $gray-100;
$link-decoration: none;
$link-hover-decoration: underline;