add help texts to settings and style content links properly

This commit is contained in:
Benedikt Rötsch
2017-10-05 13:32:03 +02:00
committed by Benedikt Rötsch
parent 6482c7733e
commit d037ccca29
5 changed files with 34 additions and 7 deletions

View File

@@ -514,6 +514,16 @@ a {
text-decoration: none;
}
p a, label a, .form-item a {
color: #5c9fef;
text-decoration: underline;
}
p a:hover, label a:hover, .form-item a:hover {
color: #3c80cf;
text-decoration: underline;
}
/* Based on FormHack v1.2.0 (formhack.io) */
/* But with some custom modifications */
@@ -734,7 +744,7 @@ option:focus {
button:focus,
.cta:focus {
background-color: rgb(125, 178, 242);
background-color: #3c80cf;
color: #fff;
}
@@ -753,7 +763,7 @@ input[type="submit"]:focus,
input[type="reset"]:focus,
.cta:hover,
.cta:focus {
background-color: rgb(125, 178, 242);
background-color: #3c80cf;
color: #fff;
}