Merge pull request #46 from edshot99/fix-profile-page-colors

fix wrong theme colors on profile page
This commit is contained in:
mandorinn 2024-12-10 17:40:17 -06:00 committed by GitHub
commit cf20259ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4702,6 +4702,12 @@ if themep == classic {
div#c-users div#a-show .profile-stats {
background-color: var(--bg-400)!important;
}
div#c-users div#a-show .posts-section .profile-sample-posts {
background-color: var(--bg-400)!important;
}
div#c-users div#a-show .about-section .profile-about-entry {
background-color: var(--bg-400)!important;
}
body[re621="true"] {
div#c-users div#a-show .bottom-section{
padding: 1rem;