aboutsummaryrefslogtreecommitdiffstats
path: root/docs/css/screen.scss
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/screen.scss')
-rw-r--r--docs/css/screen.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/css/screen.scss b/docs/css/screen.scss
index d81a1f858..d76fe9816 100644
--- a/docs/css/screen.scss
+++ b/docs/css/screen.scss
@@ -3,7 +3,7 @@
$color_peach_orange_approx: #f9d094;
$color_rangitoto_approx: #2e2a24;
-$color_marigold_approx: #ba832c;
+$color_marigold_approx: #be862d;
$color_di_serria_approx: #d3a459;
$color_dallas_approx: #745626;
$black_25: rgba(0, 0, 0, 0.25);
@@ -196,6 +196,15 @@ a {
color: $color_di_serria_approx;
text-decoration: underline;
}
+
+ h2, h3 {
+ color: $color_marigold_approx;
+
+ &:hover {
+ color: $color_di_serria_approx;
+ text-decoration: underline;
+ }
+ }
}
button, input, select, textarea, option {