Improving colors

This commit is contained in:
Marc Ducobu
2014-11-26 10:38:16 +01:00
parent bd2ac7bacd
commit 70f5e81fd0
3 changed files with 45 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
// YOUR CUSTOM SCSS
div#general {
background: none repeat scroll 0 0 #2980b9;
background: none repeat scroll 0 0 $green;
color: #FFF;
padding: 0.5em;
}