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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/components/_sub-footer.scss')
-rw-r--r--assets/scss/components/_sub-footer.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/scss/components/_sub-footer.scss b/assets/scss/components/_sub-footer.scss
index a0a5398..986e7dd 100644
--- a/assets/scss/components/_sub-footer.scss
+++ b/assets/scss/components/_sub-footer.scss
@@ -1,5 +1,5 @@
.sub-footer {
- background: darken($secondary, 10%);
+ background: #f4f5fb;
padding-top: 20px;
padding-bottom: 20px;
@include media-breakpoint-up(md) {
@@ -9,7 +9,7 @@
.sub-footer-inner {
display: flex;
flex-direction: column;
- justify-content: space-between;
+ justify-content: flex-end;
@include media-breakpoint-up(md) {
flex-direction: row;
}
@@ -20,15 +20,16 @@
li {
list-style: none;
display: block;
- color: lighten($secondary, 40%);
+ color: #333;
font-size: 0.9rem;
line-height: 1.8;
+ font-weight: bold;
strong {
font-weight: bold;
color: #ffffff;
}
a {
- color: lighten($secondary, 40%);
+ color: #333;
text-decoration: none;
&:hover {
text-decoration: underline;
@@ -43,7 +44,7 @@
}
&.zerostatic {
a {
- color: #ffffff;
+ color: #333;
}
}
}