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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user