Styling the overlay

This commit is contained in:
Manos Katsomallos 2020-07-21 14:05:53 +02:00
parent b0afe07bec
commit e355bdd6b7

View File

@ -132,10 +132,14 @@ body {
text-shadow: 0 0 .1em black; text-shadow: 0 0 .1em black;
text-decoration: none; text-decoration: none;
padding-left: .25em; padding-left: .25em;
font-size: calc(2em + .5vw); font-size: calc(2.5em + 1vw);
font-weight: bold; font-weight: bold;
} }
.overlay:hover {
color: #e5e5e5;
}
.photo:target .content { .photo:target .content {
display: inline-block; display: inline-block;
padding: 0; padding: 0;