aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_footer.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-05-24 18:07:10 -0500
committerJesús <heckyel@hyperbola.info>2020-05-24 18:07:10 -0500
commit4235befd675ae72450872e2d2300bdab7817930a (patch)
tree44eb5d65bdd444fe118b9ca9b917779d5ab3eaac /src/scss/custom/_footer.scss
parent38d66b141d03140211ffacf54a4975f0d3cfb56e (diff)
downloadcl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.lz
cl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.xz
cl-theme-4235befd675ae72450872e2d2300bdab7817930a.zip
Change theme color to blue
Diffstat (limited to 'src/scss/custom/_footer.scss')
-rw-r--r--src/scss/custom/_footer.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/scss/custom/_footer.scss b/src/scss/custom/_footer.scss
index a92637d..f0c2cf7 100644
--- a/src/scss/custom/_footer.scss
+++ b/src/scss/custom/_footer.scss
@@ -1,11 +1,21 @@
.footer {
- background-color: #0c0f0f;
+ background-color: $footerheader;
color: whitesmoke;
a {
- color: #dd7325;
+ color: $links;
+ &:hover {
+ color: $hlinks;
+ }
}
}
.footer-top-shadow {
box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
}
+
+.hidden-more {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ color: $txfooter;
+}