use coloured text for these links

lektura
max.mehl 2017-08-29 18:49:00 +02:00
parent d23c79eb84
commit 645e605280
1 changed files with 4 additions and 2 deletions

View File

@ -37,12 +37,14 @@ a:focus {
text-decoration: none;
}
#about a {
#about a, #action a {
color: rgba(52, 52, 52, .7);
}
#about a:hover,
#about a:focus {
#about a:focus,
#action a:hover,
#action a:focus {
color: rgb(52, 52, 52);
}