diff --git a/home.scss b/home.css similarity index 95% rename from home.scss rename to home.css index ef69d002..5ae2bdfc 100644 --- a/home.scss +++ b/home.css @@ -1,15 +1,3 @@ -:root{ - - --text-light: white; - --text-lighter: white; - --spacing-s: 8px; - --spacing-m: 16px; - --spacing-l: 24px; - --spacing-xl: 32px; - --spacing-xxl: 64px; - --width-container: 1200px; -} - *{ border: 0; margin: 0; diff --git a/images/apple-touch-icon.png b/images/apple-touch-icon.png deleted file mode 100644 index ff194478..00000000 Binary files a/images/apple-touch-icon.png and /dev/null differ diff --git a/index.qmd b/index.qmd index b2dc1a26..fbb7f3b3 100644 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ pagetitle: "Martini Force Field Initiative" page-layout: custom section-divs: false toc: false -css: home.scss +css: home.css editor: source execute: echo: false @@ -14,7 +14,7 @@ resources: - images/martini.gif - images/home.jpeg - images/cell1.jpg - - images/apple-touch-icon.png + - apple-touch-icon.png --- ```{=HTML}