blog/static/css/muhehehe.css
2025-05-02 15:20:47 +08:00

31 lines
538 B
CSS

.muhehehe,
.muhehehe a,
a .muhehehe,
.muhehehe a.new {
background-color: #252525;
color: #252525;
text-shadow: none;
}
.muhehehe:hover,
.muhehehe:active,
.muhehehe:hover .muhehehe,
.muhehehe:active .muhehehe {
color: white !important;
}
.muhehehe:hover a,
a:hover .muhehehe,
.muhehehe:active a,
a:active .muhehehe {
color: lightblue !important;
}
.muhehehe:hover .new,
.muhehehe .new:hover,
.new:hover .muhehehe,
.muhehehe:active .new,
.muhehehe .new:active,
.new:active .muhehehe {
color: #BA0000 !important;
}