20 lines
383 B
CSS
20 lines
383 B
CSS
|
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600&display=swap');
|
||
|
|
||
|
td {
|
||
|
padding-right: 16px !important
|
||
|
}
|
||
|
|
||
|
a, a:visited {
|
||
|
color: rgb(36, 85, 126);
|
||
|
text-decoration: none;
|
||
|
font-weight: 500;
|
||
|
transition: 150ms ease;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-shadow: 0 0 4px #24557e30;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
text-align: left;
|
||
|
padding-right: 16px !important;
|
||
|
}
|