mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
fix wrong theme colors on profile page
This commit is contained in:
parent
4cacbd69d3
commit
0c3167eece
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user