.home-text a {
    text-decoration: underline;
}

.home-text a:focus,
.home-text a:hover {
    text-decoration: underline;
    text-decoration-color: var(--hw-blue);
    text-decoration-thickness: 2px;
}