20 lines
327 B
CSS
20 lines
327 B
CSS
#results {
|
|
border-colapse: collapse;
|
|
}
|
|
#results td, #results th {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
padding-right:15px;
|
|
}
|
|
#results tr:hover {
|
|
background-color: #eaeaea;
|
|
}
|
|
#results a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
#results .fa-youtube {
|
|
/*color: #ed4337;*/
|
|
color: crimson;
|
|
}
|