slightly adjust login font color
This commit is contained in:
parent
caf054bd8f
commit
46b6d0de08
1 changed files with 2 additions and 2 deletions
|
@ -836,7 +836,7 @@ textarea,
|
||||||
.login p {
|
.login p {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
color: hsl(233,7%,42%);
|
color: hsl(212,8%,40%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -848,7 +848,7 @@ textarea,
|
||||||
}
|
}
|
||||||
|
|
||||||
.login p a {
|
.login p a {
|
||||||
color: hsl(233,7%,54%);
|
color: hsl(229,2%,51%);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue