Green is the new Orange

This commit is contained in:
Jonas Schäfer 2019-04-05 17:40:38 +02:00
parent b6dc9c04fc
commit cd33df07bc
1 changed files with 2 additions and 2 deletions

View File

@ -1265,13 +1265,13 @@
list-style-position: inside;
}
a {
color: #c4410a;
color: #328627 /* #c4410a */;
background: transparent;
}
a:hover,
a:focus {
background-color: #c4410a;
background-color: #328627 /* #c4410a */;
color: white;
}