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; @black: #333;
@gray: #b7b7b7; @gray: #b7b7b7;
@accent: #2eaf5e; // green @accent: #0096cc;
@black-background: @black; @black-background: @black;
@white: #fefefe; @white: #fefefe;
@milk: #fefefe; @milk: #fefefe;

View File

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