Fixed bug on ios where parent page text is blue
This commit is contained in:
parent
803b7ec730
commit
4379937811
2
TODO.md
2
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
|
||||
|
|
|
@ -602,6 +602,7 @@ const { currentTheme } = Astro.locals;
|
|||
}
|
||||
|
||||
.pressable-label {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue