fix: normal link colors

This commit is contained in:
rebelonion 2024-03-05 02:33:39 -06:00
parent f3c89b3ac5
commit 47d74de7ce

View file

@ -62,7 +62,6 @@ class ProfileFragment() : Fragment() {
binding.profileUserBio.settings.loadWithOverviewMode = true
binding.profileUserBio.settings.useWideViewPort = true
binding.profileUserBio.settings.javaScriptEnabled = true
binding.profileUserBio.setInitialScale(1)
binding.profileUserBio.loadDataWithBaseURL(
null,
@ -204,6 +203,9 @@ class ProfileFragment() : Fragment() {
max-width: 100%;
height: auto; /* Maintain aspect ratio */
}
a {
color: ${textColor.toCssColor()};
}
/* Add responsive design elements for other content as needed */
</style>
</head>