Make blog cover a link

This commit is contained in:
Kitaiti Makoto
2022-01-03 02:35:04 +09:00
parent 62c0827ff5
commit 905fe54fa3
2 changed files with 13 additions and 6 deletions
+9 -5
View File
@@ -219,15 +219,19 @@ p.error {
margin: 20px;
}
.cover-link {
margin: 0;
&:hover {
opacity: 0.9;
}
}
.cover {
min-height: 10em;
background-position: center;
background-size: cover;
margin: 0px;
&:hover {
opacity: 0.9;
}
}
header {
@@ -611,4 +615,4 @@ code {
.function{
color:inherit;
}
}
}