Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2021-06-27 13:05:30 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-06-27 13:05:30 +0300
commit9f9d8eed9213d94afd5240d2f01dce1ac31e9eca (patch)
tree7c020c19728e58573b9c5e20973122161eef036e /assets
parent215bb459d6d267978ba4d3a93998c95ad98b0903 (diff)
fixing some lighthouse issues
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/components/_footer.scss5
-rwxr-xr-xassets/scss/style.scss5
2 files changed, 7 insertions, 3 deletions
diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss
index 1970d9c..a4f1bdb 100644
--- a/assets/scss/components/_footer.scss
+++ b/assets/scss/components/_footer.scss
@@ -39,6 +39,11 @@
text-decoration: underline;
}
}
+ &.active {
+ a {
+ font-weight: bold;
+ }
+ }
}
@include media-breakpoint-up(sm) {
height: inherit;
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index 3ad8405..1c6e088 100755
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -7,14 +7,13 @@ $white-offset: #f6f7ff;
$steel: #5C5A5A;
// Fonts
-// Google fonts are imported in `layouts/partials/google-fonts.html`
+// Google fonts are added in `layouts/partials/google-fonts.html`
$font-family-base: Helvetica, Arial, sans-serif, -apple-system;
-$font-family-heading: 'Playfair Display', serif, -apple-system; // uses a Google font
+$font-family-heading: 'Playfair Display', serif, -apple-system;
// Links
$link-color: $primary;
$link-decoration: none;
-$link-hover-color: lighten($primary, 20%);
$link-hover-decoration: underline;
// Footer