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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_layout.scss')
-rw-r--r--assets/scss/_layout.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/scss/_layout.scss b/assets/scss/_layout.scss
index 6d95037..634c2dc 100644
--- a/assets/scss/_layout.scss
+++ b/assets/scss/_layout.scss
@@ -15,7 +15,7 @@
width: 100%;
position: absolute;
bottom: 0.5rem;
- color: darken($color-white, 10%);
+ color: darken($color-light, 10%);
}
}
}
@@ -24,7 +24,8 @@
position: absolute;
float: right;
width: $width-right-col;
- background-color: $color-right-col;
+ background-color: $color-right-col-background;
+ color: $color-right-col-body-text;
height: 100%;
padding: 2rem 3rem;
right: 1rem;