Skip to content

Instantly share code, notes, and snippets.

View shakib04's full-sized avatar
🌐
Focusing

Md. Shakibul Alam shakib04

🌐
Focusing
View GitHub Profile
@Ricardo-Diaz
Ricardo-Diaz / gist:3956079
Created October 25, 2012 23:17
CSS: Reset all colors and Link Color
Reset all colors and change link color
This resets all text and background colors so you’re back at square one with black text. Then it changes the color and style of links to distinguish from regular text and make them apparent that they’re links – change the color and styling to whatever you want.
* {
color: black !important;
background-color: white !important;
background-image: none !important;
}
a:link {