frontend: Increase contrast of text on login/register pages.

Darkened login/register texts: google and github buttons,
login description links, footers.
This commit is contained in:
Vaida
2017-06-05 16:18:53 +01:00
committed by Tim Abbott
parent 6a914c83ef
commit 281ca8263d
2 changed files with 9 additions and 5 deletions

View File

@@ -500,7 +500,7 @@ html {
.split-view .info-box .organization-path {
font-weight: 500;
color: hsl(0, 0%, 66%);
color: hsl(0, 0%, 46%);
margin-top: 10px;
}
@@ -512,7 +512,7 @@ html {
width: 328px;
display: block;
margin: 0 auto;
color: hsl(0, 0%, 73%);
color: hsl(0, 0%, 34%);
font-weight: 600;
text-align: center;
text-transform: uppercase;
@@ -562,7 +562,7 @@ button.login-google-button,
button.login-github-button {
background-color: #fff;
box-shadow: 0px 1px 3px hsla(0, 0%, 0%, 0.3), 0px 0px 5px hsla(0, 0%, 0%, 0.1);
color: hsl(0, 0%, 53%);
color: hsl(0, 0%, 34%);
}
button.login-google-button:hover,
@@ -597,7 +597,7 @@ button.login-google-button {
}
.split-view .actions a {
color: hsl(170, 41%, 52%);
color: hsl(164, 100%, 23%);
text-decoration: none;
font-weight: 600;
font-size: 0.8em;
@@ -751,6 +751,10 @@ button.login-google-button {
margin: 20px 0px;
}
.split-view .left-side .description a {
color: hsl(200, 100%, 36%);
}
.split-view .right-side {
width: 324px;
}

View File

@@ -966,7 +966,7 @@ input.new-organization-button {
.footer-navigation li a {
display: inline-block;
vertical-align: middle;
color: hsl(0, 0%, 53%);
color: hsl(0, 0%, 46%);
font-size: 0.9em;
font-weight: 400;
cursor: pointer;