/*-- scss:defaults --*/@importurl('https://fonts.googleapis.com/css?family=Dancing Script');@importurl('https://fonts.googleapis.com/css?family=Fontdiner Swanky');@importurl('https://fonts.googleapis.com/css?family=Mona Sans');@importurl('https://fonts.googleapis.com/css?family=Oswald');@importurl('https://fonts.googleapis.com/css?family=Joti One');$presentation-title-slide-text-align: left;// fonts$font-family-sans-serif: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif !default;$presentation-line-height: 1.3;.quarto-title-author-name {font-family:"Mona Sans";font-size:65px;font-weight:bold;color:transparent;/* Make the text color transparent to show the gradient */background:linear-gradient(to bottom,#1E90FF30%,#9146bd100%);/* Gradient from purple to blue */-webkit-background-clip:text;/* Clip the gradient to the text */background-clip:text;/* Standard property for broader support */--fade-start:50%;/* Kept for consistency, though not used here */}// colors$body-bg:#e9cee5; $body-color:#a92777;$link-color:#a92777;;$selection-bg:#2a1625;// headings$presentation-heading-font: "Fontdiner Swanky", "Book Antiqua", Palatino, FreeSerif, serif !default; $presentation-heading-color:#a92777 !default;$presentation-h1-text-shadow: 7px 7px #222;$presentation-heading-text-shadow: 5px 5px #222;// callouts$callout-color-note:#a92777;$callout-border-scale: -20%;// code blocks /*$code-block-bg: #241f23;*/$code-block-border-color:#a92777;/*-- scss:mixins --*/// Background generator@mixin bodyBackground() {@includeradial-gradient(#f2bbea,#faf5f9);}/*-- scss:rules --*/.titleauthor {font-size:65px;color:white;font-weight:bold;font-family:'Dancing Script';text-shadow:2px2px2pxblack,-3px-3px3pxblack;}// tilts, mirrors, etc .mirror {transform:rotateY(180deg);}.tilt {rotate:20deg;}.tilt2 {rotate:-20deg;}// fonts.copilot2 {font-family:"Oswald";color:transparent;/* Make the text color transparent to show the gradient */background:linear-gradient(to bottom,#1E90FF50%,#9146bd100%);/* Gradient from purple to blue */-webkit-background-clip:text;/* Clip the gradient to the text */background-clip:text;/* Standard property for broader support */--fade-start:50%;/* Kept for consistency, though not used here */font-weight:bold;}.copilot3 {font-family:"Oswald";color:transparent;/* Make the text color transparent to show the gradient */background:linear-gradient(to bottom,#1E90FF50%,#9146bd100%);/* Gradient from purple to blue */-webkit-background-clip:text;/* Clip the gradient to the text */background-clip:text;/* Standard property for broader support */--fade-start:50%;/* Kept for consistency, though not used here */font-weight:bold;text-shadow:0px0px!important;}.themingpink{color:#db72b6;font-family:"Fontdiner Swanky";text-shadow:0px0px0px#2c528f,-5px-5px0px#2c528f!important;}.themingblue{color:#2c528f;font-family:"Fontdiner Swanky";text-shadow:0px0px0px#db72b6,-4px-4px0px#db72b6!important;}.foreground-image {z-index:1000!important;}.chatter {color:white;font-family:"Joti One";text-shadow:4px4px0pxblack,-2px-2px2pxblack!important;}
1
seems to be best option given existing palette 🎨 – note also changed hyperlink color (affects multiple elements)