give access to texts

This commit is contained in:
isUnknown 2025-02-05 15:02:44 +01:00
parent 9b9e5a2ef7
commit 04b04ccf6a
7 changed files with 31 additions and 6 deletions

View file

@ -97,6 +97,14 @@ button.toggle.right::before {
[data-template="info"] .page-cover {
height: initial !important;
}
[data-template="author"] .page-cover .links,
[data-template="category"] .page-cover .links,
[data-template="year"] .page-cover .links,
[data-template="email"] .page-cover .links,
[data-template="error"] .page-cover .links,
[data-template="info"] .page-cover .links {
display: none;
}
@media screen and (min-width: 640px) {
body:not([data-template="home"]) #main-header {