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

@@ -13,3 +13,15 @@ a {
color: inherit;
text-decoration: none;
}
p, label, .form-item {
& a {
color: var(--color-link-content);
text-decoration: underline;
&:hover {
color: var(--color-link-content-hover);
text-decoration: underline;
}
}
}