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/_footer.scss')
-rw-r--r--assets/scss/components/_footer.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss
index 99ba757..6cd901c 100644
--- a/assets/scss/components/_footer.scss
+++ b/assets/scss/components/_footer.scss
@@ -1,5 +1,5 @@
.footer {
- background: $secondary;
+ background: #eaeaea;
padding-top: 20px;
padding-bottom: 20px;
.footer-inner {
@@ -24,7 +24,7 @@
flex: 0 0 120px;
}
}
- ul {
+ ul.footer-menu {
list-style: none;
margin: 0;
padding: 0;
@@ -32,14 +32,14 @@
li {
display: block;
margin-right: 10px;
- color: lighten($secondary, 50%);
+ color: #333;
font-size: 0.9rem;
line-height: 1.8;
&:last-of-type {
margin-right: 0;
}
a {
- color: lighten($secondary, 50%);
+ color: #333;
text-decoration: none;
&:hover {
text-decoration: underline;
@@ -47,7 +47,7 @@
}
&.copyright {
font-weight: bold;
- color: lighten($secondary, 50%);
+ color: #333;
display: none;
@include media-breakpoint-up(md) {
display: inline-block;