Robert Marshall 9 anni fa
parent
commit
aec6958089
3 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      css/style.css
  2. 1 1
      less/gallery.less
  3. 1 0
      less/style.less

+ 1 - 0
css/style.css

@@ -1,6 +1,7 @@
 @import url(http://fonts.googleapis.com/css?family=Roboto);
 * {
   box-sizing: border-box;
+  outline: none;
 }
 html,
 body,

+ 1 - 1
less/gallery.less

@@ -12,7 +12,7 @@
 	
 	a{
 	   display:inline-block;
-	   color:@Red-100;
+	   color:@primary-100;
 	   padding:15px 30px;
 	   text-decoration:none;
 	   text-transform: uppercase;

+ 1 - 0
less/style.less

@@ -4,6 +4,7 @@
 
 * {
     box-sizing: border-box;
+	outline: none;
 }
 
 html,body,h1,h2, button {