:root {
    --tblr-primary: #2647c8;
    --tblr-border-radius: 0;
    --tblr-border-radius-sm: 0;
    --tblr-border-radius-lg: 0;
}

.table-row-link {
    cursor: pointer;
}
.table-row-link:hover {
    cursor: pointer;
    text-decoration: underline;
}
