/* Custom styles for the Image Link Formatter module documentation site.
   This file is included in the 'mkdocs.yml' at the root of the project to
   override some of the default styles defined by the material theme. */

:root > * {
  /* Override the default Material theme primary color palette to use Drupal.org
     blue color for the navigation bar. */
  --md-primary-fg-color: #0678be;
  /* --md-primary-fg-color--light: #28b5f6; */
  --md-primary-fg-color--dark: #08447a;
}
