Color fixes for support page & themes menu
parent
f69d83f4b3
commit
dea048a9c9
|
@ -149,7 +149,7 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@include background-gradient-left2right(#008fba, #03c4e8);
|
background-color: #484848;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -617,7 +617,7 @@ body {
|
||||||
|
|
||||||
&.support {
|
&.support {
|
||||||
.support-image {
|
.support-image {
|
||||||
background-color: #906C90;
|
background-color: #484848;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Reference in New Issue