New colors

This commit is contained in:
Nishanth Shanmugham
2015-10-03 18:11:04 -05:00
parent 12285933ee
commit d99e82e683
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
@black: #333;
@gray: #b7b7b7;
@accent: #2eaf5e; // green
@accent: #0096cc;
@black-background: @black;
@white: #fefefe;
@milk: #fefefe;

View File

@@ -10,7 +10,7 @@
color: #b7b7b7 !important;
}
.accent {
color: #2eaf5e !important;
color: #0096cc !important;
}
@media (min-width: 550px) {
.small-screens-only {
@@ -485,7 +485,7 @@ body {
}
}
a {
color: #2eaf5e;
color: #0096cc;
}
img {
max-width: 100%;