Browse Source

changing color of links in home

julien colomb 1 year ago
parent
commit
1e609e4479
1 changed files with 5 additions and 1 deletions
  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;
 }