We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a819a5 commit 0d06caaCopy full SHA for 0d06caa
theme.scss
@@ -150,7 +150,8 @@ $navbar-hl: $gs-secondary-alt-color;
150
151
// Footer
152
$footer-bg: $gs-secondary-color;
153
-$footer-fg: $gs-white-color--light;
+$footer-fg: $gs-white-base-color;
154
+$footer-link-hl: $gs-white-color--light;
155
156
// Inputs
157
$input-bg: $gs-white-base-color;
@@ -566,3 +567,18 @@ input[type=checkbox] {
566
567
.quarto-title .quarto-categories {
568
color: $gs-primary-color;
569
}
570
+
571
572
+/* Footer
573
+-----------------------------------------------------------------------------*/
574
+footer {
575
576
+ a, i {
577
578
+ &:hover,
579
+ &:focus {
580
+ color: $footer-link-hl;
581
+ text-decoration: underline;
582
+ }
583
584
+}
0 commit comments