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