cms/app-client/app/styles/app.scss
changeset 225 5e3cd85cde06
parent 224 d284324358b2
child 226 2103e6c58266
--- a/cms/app-client/app/styles/app.scss	Mon Jul 04 23:04:42 2016 +0200
+++ b/cms/app-client/app/styles/app.scss	Mon Jul 04 23:43:38 2016 +0200
@@ -1,11 +1,16 @@
 $dark-blue: #13212d;
 $medium-blue: #253946;
 $light-blue: #becfd4;
+$blue: #2faddd;
+$medium-grey: #71848d;
 $light-grey: #878e94;
+$dark-grey: #59626b;
+$medium-white: #f5f5f5;
 $light-white: #fbfbfb;
 
+
 body {
-    background-color: #f5f5f5;
+    background-color: $medium-white;
 }
 
 button {
@@ -58,7 +63,7 @@
 }
 
 .corpus-app-container {
-    color: #687a84;
+    color: $light-blue;
     box-sizing: border-box;
     background-color: $light-blue;
 }