Many changes to the website

Overhauled the mobile page menu to actually be intuitive
Fixed the video download menu (dark theme and a typo)
Head tags are now consistent between pages
Added alt texts to all images, and proper HTML formatting
A few wording changes here and there
A new link to Colormatic Git
This commit is contained in:
2025-01-14 13:40:43 -08:00
parent 8279c42497
commit affe6bc585
13 changed files with 183 additions and 83 deletions

View File

@ -86,7 +86,7 @@ div.video.container div.download-dropdown div.dropdown-content ul li a {
color: var(--text-color);
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 900px) {
div.video.container {
display: block;
}
@ -100,4 +100,10 @@ div.video.container div.download-dropdown div.dropdown-content ul li a {
margin-right: auto;
margin-top: 12px;
}
}
}
@media (prefers-color-scheme: dark) {
div.video.container div.download-dropdown div.dropdown-content {
background-color: #444444;
}
}