Commit 275df3947ce8d5715cda573176fb2da2ac25f249
1 parent
c2a90023
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
init/index.php
@@ -154,6 +154,12 @@ a { | @@ -154,6 +154,12 @@ a { | ||
154 | margin: 0px auto; | 154 | margin: 0px auto; |
155 | text-decoration: none; | 155 | text-decoration: none; |
156 | font-size: 14px; | 156 | font-size: 14px; |
157 | + color: #26298D; | ||
158 | + outline : none; | ||
159 | +} | ||
160 | + | ||
161 | +A:hover { | ||
162 | + color: #4142ff; | ||
157 | } | 163 | } |
158 | 164 | ||
159 | .borda { | 165 | .borda { |