From 167dc695082c457fe2a419f6895b6bdf6bf27ba9 Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Tue, 4 Feb 2025 15:12:31 -0800 Subject: [PATCH] as in https://github.com/Openscapes/quarto-website-tutorial/issues/37 --- _quarto.yml | 4 +--- theme-dark.scss | 26 -------------------------- theme.scss | 6 ------ 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 theme-dark.scss delete mode 100644 theme.scss diff --git a/_quarto.yml b/_quarto.yml index 0088527..25cd08e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -66,9 +66,7 @@ website: format: html: - theme: - light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml - dark: [cosmo, theme-dark.scss] + theme: [cosmo] code-copy: true code-overflow: wrap toc: true diff --git a/theme-dark.scss b/theme-dark.scss deleted file mode 100644 index 9e645de..0000000 --- a/theme-dark.scss +++ /dev/null @@ -1,26 +0,0 @@ -/*-- scss:defaults --*/ - -@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap'; - -$font-family: "Atkinson Hyperlegible", sans-serif; - -// Base document colors -$body-bg: #181818; -$body-color: white; -$link-color: #75AADB; - -$light: #525252; - -// Navigation element colors -$footer-bg: #181818; -$navbar-bg: #303030; -$sidebar-bg: #303030; - -// Code blocks -$code-block-bg-alpha: -.8; - -// Bootstrap popovers -$popover-bg: #242424; - -// Bootstrap inputs -$input-bg: #242424; diff --git a/theme.scss b/theme.scss deleted file mode 100644 index ce0550a..0000000 --- a/theme.scss +++ /dev/null @@ -1,6 +0,0 @@ -/*-- scss:defaults --*/ - -@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap'; - -$font-family: "Atkinson Hyperlegible", sans-serif; -