styled new blog post gallery entries some more; added dates; changed color-highlight-alt variations

This commit is contained in:
2026-03-31 16:47:02 +02:00
parent 78f05fd5f3
commit d3e1aeb33d
3 changed files with 44 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
.tag-filter-container {
display: flex;
gap: 8px 12px;
margin: 0 10px 8px;
margin: 12px 10px 8px;
flex-wrap: wrap;
}
@@ -69,6 +69,16 @@
}
.tag-filter:hover {
background-color: var(--color-highlight-alt);
background-color: var(--color-background-highlight-hover-alt);
}
@media screen and (max-width: 600px) {
.tag-filter-container {
gap: 8px;
}
.tag-filter {
font-size: 0.8rem;
}
}
</style>