Hardware and software docs / wiki
Go to file
jaydee-coder 40fd0121af styling: Fix h5 colors in dark mode
After adding dark mode in (#164), the fixed-color override for `fg-color--light`
no longer works as expected since the color can now be one of two options.

For now, delete this override and live with what's provided by the default styling.
This works better than the current broken styling in dark mode where h5 headers
show up as super dark text on a dark background.

Signed-off-by: jaydee-coder <187227976+jaydee-coder@users.noreply.github.com>
2025-02-20 15:14:49 -08:00
.github/workflows Use the redirects plugin for stubs 2025-02-19 07:52:59 -08:00
artwork@80d14f8b6f Relocate the submodule to fix some warnings 2025-02-17 08:01:41 -08:00
docs styling: Fix h5 colors in dark mode 2025-02-20 15:14:49 -08:00
overrides Enable sections and link to the Remix docs 2025-02-16 20:07:21 -08:00
.gitignore Add social cards 2025-02-17 18:25:46 +01:00
.gitmodules Relocate the submodule to fix some warnings 2025-02-17 08:01:41 -08:00
LICENSE Add LICENSE 2020-12-28 02:41:20 +09:00
Makefile Add build instructions 2025-02-17 08:29:46 -08:00
README.md Add build instructions 2025-02-17 08:29:46 -08:00
mkdocs.yml theme: add dark mode 2025-02-20 15:59:26 +01:00

README.md

Asahi Linux documentation repository

This is the Asahi Linux documentation repository.

Usage

This is made with MkDocs. Run make build to build the site, or make test to spin up a local webserver for review. The website is rebuilt by the CI on every commit and served via GitHub Pages.