fix: normal link colors
This commit is contained in:
parent
f3c89b3ac5
commit
47d74de7ce
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,6 @@ class ProfileFragment() : Fragment() {
|
||||||
|
|
||||||
binding.profileUserBio.settings.loadWithOverviewMode = true
|
binding.profileUserBio.settings.loadWithOverviewMode = true
|
||||||
binding.profileUserBio.settings.useWideViewPort = true
|
binding.profileUserBio.settings.useWideViewPort = true
|
||||||
binding.profileUserBio.settings.javaScriptEnabled = true
|
|
||||||
binding.profileUserBio.setInitialScale(1)
|
binding.profileUserBio.setInitialScale(1)
|
||||||
binding.profileUserBio.loadDataWithBaseURL(
|
binding.profileUserBio.loadDataWithBaseURL(
|
||||||
null,
|
null,
|
||||||
|
@ -204,6 +203,9 @@ class ProfileFragment() : Fragment() {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto; /* Maintain aspect ratio */
|
height: auto; /* Maintain aspect ratio */
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: ${textColor.toCssColor()};
|
||||||
|
}
|
||||||
/* Add responsive design elements for other content as needed */
|
/* Add responsive design elements for other content as needed */
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue