fix wrong theme colors on profile page

This commit is contained in:
edshot99 2024-12-10 06:54:57 -06:00
parent 4cacbd69d3
commit 0c3167eece

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;