MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(green links)
No edit summary
Line 2: Line 2:
--bg-color: #061016;
--bg-color: #061016;
--text-color: white;
--text-color: white;
--link-color: green;
--link-color: #E08282;
--border-color: white;
--border-color: white;
}
}
Line 42: Line 42:
}
}


/* Change the color of all of the links */
/* Change the color of all of the links and add a glow effect */
a {
a {
color: var(--link-color) !important;
color: var(--link-color) !important;
text-shadow: 0 0 3px rgba(224, 130, 130, 0.8);
}
}