Links in text

Customising links
selector a, selector a:hover, selector a:visited {
  color: white;
  text-decoration: underline !important;
  font-weight: 500;
}