Tweaked foote rcolours
This commit is contained in:
parent
9c9bf9f2f5
commit
c0e952a16c
|
@ -1810,7 +1810,7 @@ a {
|
||||||
-moz-transition: all ease 0.3s; }
|
-moz-transition: all ease 0.3s; }
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #404040; }
|
color: #fef6eb; }
|
||||||
|
|
||||||
a.btn {
|
a.btn {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -2269,7 +2269,7 @@ a.fn-item.active {
|
||||||
color: #BBC7CC; }
|
color: #BBC7CC; }
|
||||||
|
|
||||||
.post-footer .share a:hover {
|
.post-footer .share a:hover {
|
||||||
color: #50585D; }
|
color: #fef6eb; }
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
6. Third Party Elements - Embeds from other services
|
6. Third Party Elements - Embeds from other services
|
||||||
|
@ -2335,17 +2335,10 @@ a.fn-item.active {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: #BBC7CC;
|
color: #fef6eb;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #74828f; }
|
background: #74828f; }
|
||||||
|
|
||||||
.site-footer a {
|
|
||||||
color: #BBC7CC;
|
|
||||||
text-decoration: underline; }
|
|
||||||
|
|
||||||
.site-footer a:hover {
|
|
||||||
color: #50585D; }
|
|
||||||
|
|
||||||
/* The subscribe icon on the footer */
|
/* The subscribe icon on the footer */
|
||||||
.subscribe {
|
.subscribe {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
@ -2377,7 +2370,7 @@ a.fn-item.active {
|
||||||
transition: box-shadow 0.25s; }
|
transition: box-shadow 0.25s; }
|
||||||
|
|
||||||
.subscribe:hover:before {
|
.subscribe:hover:before {
|
||||||
color: #50585D; }
|
color: #fef6eb; }
|
||||||
|
|
||||||
/* CSS tooltip saying "Subscribe!" - initially hidden */
|
/* CSS tooltip saying "Subscribe!" - initially hidden */
|
||||||
.tooltip {
|
.tooltip {
|
||||||
|
|
Loading…
Reference in New Issue