Fixed bug on ios where parent page text is blue

This commit is contained in:
DrMint 2024-06-01 17:06:36 +02:00
parent 803b7ec730
commit 4379937811
2 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,6 @@
## Short term ## Short term
- [Feat] 404, 500 pages - [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] [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 - [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 - [Feat] Add languages to collectibles and pages previews

View File

@ -602,6 +602,7 @@ const { currentTheme } = Astro.locals;
} }
.pressable-label { .pressable-label {
color: inherit;
text-decoration: none; text-decoration: none;
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;