tweaked hover and active colours of some items

This commit is contained in:
SG101 2022-10-10 19:35:03 +02:00
parent 555481f287
commit d80050e9c4
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
background: #9993; background: #9993;
padding-top: 39px; padding-top: 39px;
padding-bottom: 1px; padding-bottom: 1px;
color: #117F; color: #99FF;
} }
.project-grid > a:visited { .project-grid > a:visited {

View file

@ -35,7 +35,7 @@ a.internal {
} }
a:hover { a:hover {
color: #99FF; color: #BBFF;
} }
section { section {