code cleanup & fixed compatibility for non-JS users & fixed fullscreen images being in low resolution

This commit is contained in:
partisan 2024-11-19 10:36:33 +01:00
parent 0d083f53e7
commit db89f9c781
13 changed files with 474 additions and 300 deletions

View file

@ -44,8 +44,9 @@ body, html {
color: var(--text-color);
}
body {
visibility: hidden;
button, p {
font-family: 'Inter', Arial, Helvetica, sans-serif;
font-weight: 400;
}
body.menu-open {
@ -259,6 +260,7 @@ body.menu-open {
}
.settings-icon-link-search:hover {
text-decoration: none;
color: var(--blue);
transition: color 0.3s ease;
}