Explorar o código

changing color of links in home

julien colomb hai 1 ano
pai
achega
1e609e4479
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      templates/inject/head.tmpl

+ 5 - 1
templates/inject/head.tmpl

@@ -19,8 +19,12 @@ body {
 	background:#EBEBEB;
 }
 
+.home a {
+  color: #7e4934;
+}
+
 a {    
- 	color:#DBB6A7;
+ 	color:#7e4934;
 	text-decoration:none;
 	position:relative;
 }