Template:User Birth certificate/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
} | } | ||
.user-birth-certificate a { | .user-birth-certificate a, | ||
color: # | .user-birth-certificate a:visited { | ||
color: #8b0000 !important; | |||
} | |||
.user-birth-certificate a:hover { | |||
color: #a00000 !important; | |||
} | |||
.user-birth-certificate a:active { | |||
color: #700000 !important; | |||
} | } | ||
Revision as of 15:22, 10 March 2026
.user-birth-certificate {
color: #000;
background: #f5edd6;
}
.user-birth-certificate * {
color: #000 !important;
}
.user-birth-certificate a,
.user-birth-certificate a:visited {
color: #8b0000 !important;
}
.user-birth-certificate a:hover {
color: #a00000 !important;
}
.user-birth-certificate a:active {
color: #700000 !important;
}