Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Reset all colors and change link color


                                          * {
    color: black !important;
    background-color: white !important;
    background-image: none !important;
}
 a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
}