10 lines
117 B
CSS
10 lines
117 B
CSS
a{
|
|
text-decoration: underline;
|
|
color: black;
|
|
}
|
|
a:visted{
|
|
color: black
|
|
}
|
|
a:hover{
|
|
font-weight: 600;
|
|
}
|