:root {
  --theme-banner-text-color: black;
  --theme-banner-background-color: teal;
  --theme-primary-color: #2E144F;
  --theme-on-primary-color: white;
  --theme-roundness: 5;
}

/* Article content links */
[data-page-template="article"] main p a,
[data-page-template="article"] main li a,
[data-page-template="article"] main td a,
[data-page-template="article"] main blockquote a {
  color: #67F5C5;
}