Ability to log in from the main page

This commit is contained in:
yflory
2017-01-17 11:52:44 +01:00
parent 6652e9d6d9
commit e006ed7076
18 changed files with 144 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
@base: #ddd;
@base: #302B28;
@light-base: lighten(@base, 20%);
@less-light-base: lighten(@base, 10%);
@fore: #111;
@fore: #fafafa;
@cp-green: #46E981;
@cp-accent: lighten(@cp-green, 20%);