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
|
## 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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue