User:Ilikecomputers/cosmos.css: Difference between revisions

Everything About Fiction You Never Wanted to Know.
Content added Content deleted
(Created page with "a:hover { text-decoration: underline !important; }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
a:hover {
a:hover {
text-decoration: underline !important;
text-decoration: underline !important;
}
.sp-menu {
margin-top: 0 !important;
}
.spoiler, .spoiler a {
transition: 0.25s all;
}
}

Latest revision as of 01:45, 27 January 2023

a:hover {
	text-decoration: underline !important;
}
.sp-menu {
	margin-top: 0 !important;
}
.spoiler, .spoiler a {
	transition: 0.25s all;
}