/* gillesperrault.com custom CSS (with shared.css).
   Served from https://nt.maiastra.xyz/lib/super/ and linked from the Super.so Head field.
   Docs: docs/super-so.md (notion-tools). */

.notion-toggle.bg-brown { 
  display: none !important; 
}
.super-navbar__breadcrumbs {
  display: none !important; 
}
.notion-header__description { 
  display: none !important; 
}



/* Override caption colors, and center */
figcaption.notion-caption {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: inherit !important;
}

figcaption.notion-caption span,
figcaption.notion-caption a,
figcaption.notion-caption .highlighted-color {
    color: inherit !important;
}

/* G, gillesperrault.com only: inline code takes its text's colour
   (Super's default #FF4081 was 2.8:1 on the light chip). echoes.paris keeps the pink. */
:root .notion-semantic-string .code { color: inherit; }

/* H. Pill colours: WCAG AA in both themes */
:root.theme-light {
  --color-pill-default: #E7E6E4;  --color-pill-text-default: #69655D;
  --color-pill-gray:    #E6E6E6;  --color-pill-text-gray:    #666666;
  --color-pill-brown:   #EEE3DD;  --color-pill-text-brown:   #865A41;
  --color-pill-orange:  #F7E7D4;  --color-pill-text-orange:  #97560C;
  --color-pill-yellow:  #F7EED4;  --color-pill-text-yellow:  #816612;
  --color-pill-green:   #DDEEDD;  --color-pill-text-green:   #387538;
  --color-pill-blue:    #D7E8F4;  --color-pill-text-blue:    #2C6A96;
  --color-pill-purple:  #EADDEE;  --color-pill-text-purple:  #844997;
  --color-pill-pink:    #F2D9E6;  --color-pill-text-pink:    #A4376F;
  --color-pill-red:     #F6D8D5;  --color-pill-text-red:     #B13325;
}

:root.theme-dark {
  --color-pill-default: #4C4943;  --color-pill-text-default: #BEBCB6;
  --color-pill-gray:    #474747;  --color-pill-text-gray:    #B8B8B8;
  --color-pill-brown:   #60412E;  --color-pill-text-brown:   #D2B4A2;
  --color-pill-orange:  #64492B;  --color-pill-text-orange:  #E2BA8D;
  --color-pill-yellow:  #64562B;  --color-pill-text-yellow:  #E3CF91;
  --color-pill-green:   #2E602E;  --color-pill-text-green:   #ACD7AC;
  --color-pill-blue:    #2B4C64;  --color-pill-text-blue:    #94C0E0;
  --color-pill-purple:  #542E60;  --color-pill-text-purple:  #C49FD1;
  --color-pill-pink:    #642B48;  --color-pill-text-pink:    #DD98BB;
  --color-pill-red:     #64312B;  --color-pill-text-red:     #E49D95;
}
