User:Monster Domosed/common.css: Difference between revisions

No edit summary
No edit summary
Line 16: Line 16:




a {
/* Dark theme */
.skin-theme-clientpref-night a {
     color: #e8be86;
     color: #e8be86;
}
}


a:hover,
.skin-theme-clientpref-night a:hover,
a:active {
.skin-theme-clientpref-night a:active {
     color: #e8be86;
     color: #e8be86;
}
}


a:visited {
.skin-theme-clientpref-night a:visited {
     color: #b47c4b;
     color: #b47c4b;
}
/* Light theme */
.skin-theme-clientpref-day a {
    color: #a05f2d;
}
.skin-theme-clientpref-day a:hover,
.skin-theme-clientpref-day a:active {
    color: #a05f2d;
}
.skin-theme-clientpref-day a:visited {
    color: #8b4e23;
}
}