From 04d448e7aa3ab9a90a1d09077e5c02de508adf59 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Tue, 15 Mar 2022 15:17:09 +0100 Subject: [PATCH] Slight changes --- .env | 4 ++-- src/site/styles/style.scss | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 3103bb9..23f074e 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -THEME=https://raw.githubusercontent.com/kepano/obsidian-minimal/master/Minimal.css -BASE_THEME=dark \ No newline at end of file +THEME=https://raw.githubusercontent.com/colineckert/obsidian-things/main/obsidian.css +BASE_THEME=light \ No newline at end of file diff --git a/src/site/styles/style.scss b/src/site/styles/style.scss index 9a68a83..1d754c7 100644 --- a/src/site/styles/style.scss +++ b/src/site/styles/style.scss @@ -41,12 +41,18 @@ h4 { text-align: center; } -body { - background-color: rgb(32, 31, 31); +.theme-dark { + background: rgb(32, 31, 31); color: white; font-family: 'Roboto', sans-serif; } +.theme-light { + background: white; + color: black; + font-family: 'Roboto', sans-serif; +} + a { text-decoration: underline; color: rgb(97, 186, 245);