MediaWiki:Colors.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
Line 7: Line 7:
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"] {
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"] {
font-weight: bold !important;
font-weight: bold !important;
color: #337800 !important;
color: #00ABFE !important;
}
}


Line 18: Line 18:
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"] {
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"] {
font-weight: bold !important;
font-weight: bold !important;
color: #00ABFE !important;
color: #337800 !important;
}
}

Revision as of 15:38, 3 February 2024

/* Dark Mode Username Colors */
.theme-fandomdesktop-dark a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-dark a[href$="MasterTeska"],
.theme-fandomdesktop-dark a[href$="Losyash661"],
.theme-fandomdesktop-dark a[href$="Frojo Apps Big Fan 2010"],
.theme-fandomdesktop-dark a[href$="OesKy"],
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"] {
    font-weight: bold !important;
    color: #00ABFE !important;
}

/* Light Mode Username Colors */
.theme-fandomdesktop-light a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-light a[href$="MasterTeska"],
.theme-fandomdesktop-light a[href$="Losyash661"],
.theme-fandomdesktop-light a[href$="Frojo Apps Big Fan 2010"],
.theme-fandomdesktop-light a[href$="OesKy"],
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"] {
    font-weight: bold !important;
    color: #337800 !important;
}