inappropriately colored the tip buttons green

This commit is contained in:
Kyle Drake 2016-12-25 14:56:31 -06:00
parent 571e445dc3
commit 276a8a0eb7

View file

@ -2227,3 +2227,11 @@ pre, code {
.tagcloud .tag2 { font-size: 1.8em; font-weight: 800; }
.tagcloud .tag1 { font-size: 2.2em; font-weight: 900; }
.tagcloud .tag0 { font-size: 2.5em; font-weight: 900; }
#tipButton {
@extend .btn-Action;
background: -webkit-linear-gradient(top, #229954, #145A32);
&:hover, &:active {
@include linear-gradient(top, #0E6655, #0B5345);
}
}