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