Browse Source

Css: couleur des liens.

bastien 13 years ago
parent
commit
4a6980e56b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      web/bundles/muzichcore/css/main.css

+ 7 - 0
web/bundles/muzichcore/css/main.css View File

@@ -39,6 +39,12 @@
39 39
   
40 40
 }
41 41
 
42
+#container a 
43
+{
44
+  text-decoration: none;
45
+  color: #00d0de;
46
+}
47
+
42 48
 #container #top-tabs
43 49
 {
44 50
   float: left;
@@ -76,6 +82,7 @@
76 82
 #container #top-tabs li a
77 83
 {
78 84
   text-decoration: none;
85
+  color: black;
79 86
 }
80 87
 
81 88
 #top_bar