Images now have a default maximum width of 100%.
Generated tree images now must be marked with class `gentree' and will
be color-inverted (i.e. their black parts will be white, while the
transparent background remains transparent) with dark themes.
The TOC and the language dropdown have been inverted.
Due to commit cd94dc0011 in labs.phundrak.com/phundrak/conlang-layer/,
`conlanging/nyqy-to-phonetics' only returns raw phonetics of Ñyqy and
not formatted org text that can be used properly during HTML/LaTeX
export.
Replaced all text in navbar by icons, moved TOC to the right of Home
button. TOC is now correctly displayed with small animation. Added black
theme to light and dark themes.
Font was loaded from a relative path, now absolute path.
The typographic apostrophe used in LaTeX source code doesn’t translate
well to PDF, so I made sure every typographic apostrophe gets
translated to a regular one so LaTeX isn’t panicking.
langue.phundrak.com now runs using the `webdev` tool from Dart.
Javascript code has been replaced with Dart code, and CSS code has
been replaced with SCSS code. To run the project, execute
`webdev serve` at the project’s root.