From e355bdd6b769f5a065539125fdbe863978ff75d4 Mon Sep 17 00:00:00 2001 From: Manos Date: Tue, 21 Jul 2020 14:05:53 +0200 Subject: [PATCH] Styling the overlay --- css/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 572fb9e..359cffb 100644 --- a/css/styles.css +++ b/css/styles.css @@ -132,10 +132,14 @@ body { text-shadow: 0 0 .1em black; text-decoration: none; padding-left: .25em; - font-size: calc(2em + .5vw); + font-size: calc(2.5em + 1vw); font-weight: bold; } +.overlay:hover { + color: #e5e5e5; +} + .photo:target .content { display: inline-block; padding: 0;