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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-03 20:34:13 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-03 20:34:13 +0300
commitc6d8bfeda01f4fb353683210b7181864ea468a82 (patch)
treed68bb26c9ee997a3e1e7d311e8cffe10847b79e2
parentfff71b8863de0165ce8c7226df88dcb00f1c55d0 (diff)
Set color for footer links
Fixes #68
-rw-r--r--static/scss/custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/scss/custom.scss b/static/scss/custom.scss
index adc6512..3f8f84a 100644
--- a/static/scss/custom.scss
+++ b/static/scss/custom.scss
@@ -71,8 +71,12 @@
border-radius: 0px!important;
}
.footer_copyright {
+ > a {
+ color: $castanet-middle-container-bg;
+ }
padding-right: 40px;
padding-top: 10px;
+ color: $castanet-middle-container-bg
}
.sidebar_col {
padding-top: 40px !important;