diff --git a/TODO.md b/TODO.md index 70d0cbd..4d78095 100644 --- a/TODO.md +++ b/TODO.md @@ -9,8 +9,6 @@ ## Short term - [Feat] 404, 500 pages -- [Bugs] [iOS] Notch area is light mode color -- [Bugs] [iOS] Multi-parent page button is blue - [Bugs] [iOS] Video doesn't seem to start - [Bugs] TitleIcon is broken when there a lot of values https://v3.accords-library.com/en/pages/dod3-story-side-character-introduction - [Feat] Add languages to collectibles and pages previews diff --git a/src/components/AppLayout/components/Html.astro b/src/components/AppLayout/components/Html.astro index 040ea16..9fbc4b2 100644 --- a/src/components/AppLayout/components/Html.astro +++ b/src/components/AppLayout/components/Html.astro @@ -602,6 +602,7 @@ const { currentTheme } = Astro.locals; } .pressable-label { + color: inherit; text-decoration: none; flex-shrink: 0; display: flex;