Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 102: Line 102:
     color: var(--page-background-color);
     color: var(--page-background-color);
     font-family: 'Inter' !important;
     font-family: 'Inter' !important;
     border: none;
     border: 1px solid #FFED76;
     border-radius: 20px;
     border-radius: 20px;
}
}
Line 111: Line 111:


#ca-uls span {
#ca-uls span {
     color: #fefdde !important;
     color: var(--page-text-color) !important;
}
}


#pt-userpage-2 a:not(.mw-selflink) {
#pt-userpage-2 a:not(.mw-selflink) {
     color: var(--theme-accent-color) !important;
     color: var(--page-text-color) !important;
     font-weight: 700;
     font-weight: 700;
     margin-right: 5px;
     margin-right: 5px;