Basics of Google login are implemented

This commit is contained in:
2017-06-07 18:06:57 +02:00
parent 2f0d8c9636
commit 3cc9ba54c6
5 changed files with 79 additions and 7 deletions

View File

@ -1,8 +1,8 @@
// Colors
text-color = rgb(60, 60, 60)
main-color = rgb(248, 165, 130)
link-color = rgb(245, 126, 76)
link-hover-color = rgb(242, 93, 30)
link-color = rgb(230, 40, 16)
link-hover-color = rgb(242, 60, 30)
link-active-color = rgb(100, 149, 237)
post-highlight-color = rgba(248, 165, 130, 0.7)