.sitemap {
    ul {
        list-style-type: none;

        a {
            text-decoration: underline;
        }

        a:hover,
        a:focus {
            text-shadow: -0.1px -0.1px 0 @link-blue, 0.1px 0.1px @link-blue;
        }
    }
}

.sitemap>ul {
    padding: 0;
}