User:Ilikecomputers/cosmos.css: Difference between revisions

Everything About Fiction You Never Wanted to Know.
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
.sp-menu {
.sp-menu {
margin-top: 0 !important;
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;
}