/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.lang-link {
  list-style-type: none !important;
}
.lang-link a {
    color: white !important;
}
a[role="link"]:focus {
  background-color: palegoldenrod;
  outline: 1px dotted;
}