From 29a091e099dd15de293e55b00f8f5c44756ea252 Mon Sep 17 00:00:00 2001 From: "Matthias,Korbinian (MED BDS) BIP-DE-B" Date: Thu, 31 Oct 2024 08:57:38 +0100 Subject: [PATCH] Update button links --- _quarto.yml | 2 +- index.qmd | 4 ++-- quarto/style.scss | 14 -------------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 quarto/style.scss diff --git a/_quarto.yml b/_quarto.yml index 6ef49ca..9c8b430 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -31,7 +31,7 @@ website: format: html: theme: [cosmo, quarto/general.scss] - css: quarto/style.scss + css: styles.css toc: false page-layout: full anchor-sections: true diff --git a/index.qmd b/index.qmd index c641cf0..e3582d1 100644 --- a/index.qmd +++ b/index.qmd @@ -19,8 +19,8 @@ DaVinci modules are provided as R packages, with each package containing one or ```{=html} -
explains what requriments need to be met and how to actual create an app.
-
shows a complete list of all DaVinci modules.
+
explains what requriments need to be met and how to actual create an app.
+
shows a complete list of all DaVinci modules.
``` diff --git a/quarto/style.scss b/quarto/style.scss deleted file mode 100644 index 29b2801..0000000 --- a/quarto/style.scss +++ /dev/null @@ -1,14 +0,0 @@ -.button { - width: 15%; - font: bold 14px Arial; - text-decoration: none; - background-color: #08312a; - color: #00E47C; - margin: 5px; - padding: 10px 14px 10px 14px; - border-top: 1px solid #002b36; - border-right: 2px solid #002b36; - border-bottom: 2px solid #002b36; - border-left: 1px solid #002b36; - border-radius: 4px; -}