/* Custom styles for ESI course workshop */

/* Override link hover color to match Witteveen+Bos blue */
a:hover {
    color: #003d73 !important;  /* Dark blue */
}

/* Table link hover styling */
table a:hover {
    color: #003d73 !important;
}

/* Also style the primary/accent color for consistency */
:root {
    --pst-color-link-hover: #003d73;
}
