mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Merge pull request #46 from edshot99/fix-profile-page-colors
fix wrong theme colors on profile page
This commit is contained in:
commit
cf20259ca9
@ -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