code cleanup & fixed compatibility for non-JS users & fixed fullscreen images being in low resolution
This commit is contained in:
parent
0d083f53e7
commit
db89f9c781
13 changed files with 474 additions and 300 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue