Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
(green links)
No edit summary
Line 2:
--bg-color: #061016;
--text-color: white;
--link-color: green#E08282;
--border-color: white;
}
Line 42:
}
 
/* Change the color of all of the links and add a glow effect */
a {
color: var(--link-color) !important;
text-shadow: 0 0 3px rgba(224, 130, 130, 0.8);
}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.