@@ -1,5 +1,5 @@
#tabs {
- background: #f44336;
+ background: #e53935;
margin: -20px;
margin-bottom: 10px;
position: fixed;
@@ -21,7 +21,7 @@ body {
background: #fafafa;
}
a {
- color: #1de9b6;
+ color: #26a69a;
nav img {
vertical-align: middle;
@@ -163,7 +163,7 @@ p:first-child {
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
border: none;
- background: #1de9b6;
+ background: #26a69a;
width: 40px;
height: 40px;
color: white;
@@ -189,7 +189,7 @@ p:first-child {
.header {
height: 64px;
white-space: nowrap;
padding: 0 !important;
@@ -12,12 +12,12 @@
@primary-800:@Red-800;
@primary-900:@Red-900;
-@accent-100:@Teal-A100;
-@accent-200:@Teal-A200;
-@accent-400:@Teal-A400;
-@accent-700:@Teal-A700;
+@accent-100:@Teal-100;
+@accent-200:@Teal-200;
+@accent-400:@Teal-400;
+@accent-700:@Teal-700;
-@primary:@primary-500;
+@primary:@primary-600;
@accent:@accent-400;
@control:@Grey-200;
@control2:@Grey-300;