diff --git a/Appearance.md b/Appearance.md index 1d6d806..bc7061b 100644 --- a/Appearance.md +++ b/Appearance.md @@ -1,7 +1,7 @@ ### CSS jfa-go uses [a17t](https://a17t.miles.land), which is relatively easy to customize. There are 2 options in the "Look" or `themes` section of the config, "Default", "Jellyfin". -* `Default` is the default appearance of Bootstrap, and is a light theme. +* `Default` is the default appearance of a17t, and is a light theme. * `Jellyfin` is a passing attempt to recreate the Jellyfin look , and is a dark theme. Custom CSS can be achieved by modifying `css/dark.css` in the source code, and then recompiling. This will replace the Jellyfin theme. See the [a17t docs](https://a17t.miles.land/customize/) for info on customizing a17t's CSS variables and examples.