@@ -1,6 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
box-sizing: border-box;
+ outline: none;
}
html,
body,
@@ -12,7 +12,7 @@
a{
display:inline-block;
- color:@Red-100;
+ color:@primary-100;
padding:15px 30px;
text-decoration:none;
text-transform: uppercase;
@@ -4,6 +4,7 @@
html,body,h1,h2, button {