initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

31
custom.scss Normal file
View File

@@ -0,0 +1,31 @@
/* custom.scss */
#title-slide h1 {
font-size: 1.4em !important;
line-height: 1.2 !important;
}
/* Fallback: Make it "nuclear" if the above fails */
.reveal .slides section#title-slide h1 {
font-size: 1.2em !important;
}
.reveal .slides section.title-slide {
background-color: #ffffff !important; /* Force white background */
}
.reveal .slides section.title-slide h1 {
color: #000000 !important;
}
.reveal .slides section.title-slide p,
.reveal .slides section.title-slide .quarto-title-author-name {
color: #333333 !important;
}
$font-family-monospace: "Atkinson Hyperlegible Mono", monospace !default;
/*-- scss:defaults --*/
/* Use the name exactly as defined in fonts.css */
$font-family-sans-serif: "Atkinson Hyperlegible Next", sans-serif !default;
$presentation-heading-font: "Atkinson Hyperlegible Next", sans-serif !default;
/* Other tweaks */
$presentation-font-size-root: 40px;