mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 08:03:57 +00:00
fix: normal link colors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user