7 lines
104 B
CSS
7 lines
104 B
CSS
*:target {
|
|
background-color: inherit !important;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline !important;
|
|
} |