[data-md-color-scheme="default"] {
    /*--md-default-bg-color:#dedede;*/
    --md-typeset-a-color:#41a6f6 !important;
    --md-accent-fg-color:#5fbcff !important;
    --md-primary-fg-color--light: #5fbcff !important;
    --md-primary-fg-color--dark:  #41a6f6 !important;
    --md-primary-fg-color: var(--md-default-fg-color)!important;
    --md-accent-fg-color: var(--md-default-fg-color--light)!important;
  }

  [data-md-color-scheme="slate"] {
    /*--md-default-bg-color:#202338;*/
    --md-typeset-a-color:#41a6f6 !important;
    --md-accent-fg-color:#5fbcff !important;
  }

  /*:root {
    --md-primary-fg-color:        #41a6f6;
    --md-primary-fg-color--light: #5fbcff;
    --md-primary-fg-color--dark:  #41a6f6;
  }*/



  /* doc img interaction */

  .img-interaction{
    position: relative;
    max-width: 1000px;
  }
  
  .img-interaction .btn{
    position: absolute;
    z-index: 8;
    width: 35px;
    border-radius:50px;
    background: --md-typeset-a-color;
  }
  
  .img-interaction .btn:visited{
    color:--md-primary-fg-color;
    border-color: --md-primary-fg-color;
  }
  
  .img-interaction img {
    width: 100%;
    height: auto;
  }