diff options
Diffstat (limited to 'src/data/home.html')
-rw-r--r-- | src/data/home.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data/home.html b/src/data/home.html index 6b9cd383..4afbf2ed 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -85,7 +85,9 @@ display: inline-block; .link img, .link span { vertical-align: middle; display: inline-block; } +.link a, .link span { color: black; +} #actions .link { -webkit-transition-property: opacity; @@ -162,7 +164,7 @@ float: right; float: left; } -.thumbnail a:hover, span { +.thumbnail a:hover, .thumbnail span { color:#3F7AB7; } |