issue #987 change a:hover to new orange

This commit is contained in:
plegall
2019-05-31 12:08:58 +02:00
parent 63ca304ff4
commit 5f0c429d2b
+1 -5
View File
@@ -126,7 +126,7 @@ A{
}
A:hover, A:active {
color: #d54e21;
color: #ffa646;
cursor: pointer;
}
@@ -223,10 +223,6 @@ INPUT[type="text"].large { width: 317px; }
color: #ccc;
}
#pwgHead h1 A:hover [class="icon-home"] {
color:#ff7700;
}
#pwgHead A, #footer A {color:#ccc;}
#pwgHead A:hover, #footer A:hover {color:white;}