add help texts to settings and style content links properly
This commit is contained in:
committed by
Benedikt Rötsch
parent
6482c7733e
commit
d037ccca29
@@ -34,7 +34,7 @@
|
||||
--fh-button-min-width: 200px;
|
||||
--fh-button-font-color: var(--cta-color);
|
||||
--fh-button-bg-color: var(--cta-bg);
|
||||
--fh-button-hover-bg-color: color(var(--fh-button-bg-color) tint(20%));
|
||||
--fh-button-hover-bg-color: var(--cta-bg-hover);
|
||||
--fh-button-hover-font-color: var(--fh-button-font-color);
|
||||
|
||||
/* Layout */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user