Blog/Resources/Output/effects.css

11 lines
117 B
CSS
Raw Normal View History

a{
text-decoration: underline;
color: black;
}
a:visted{
color: black
}
a:hover{
font-weight: 600;
}