From 3643cd3551b5ae7a3949c416e0e0253b31ee8a66 Mon Sep 17 00:00:00 2001 From: David Renner Date: Fri, 5 Jun 2020 12:33:08 +0200 Subject: [PATCH] scss implemented --- index.html | 8 ++++---- scss/main.scss | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b446fc3..aceb69e 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ Bücherwurm WebInterface - - - + + + - +

Bücherwurm Bibliotheksverwaltung

diff --git a/scss/main.scss b/scss/main.scss index e69de29..3a02ffe 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -0,0 +1,3 @@ +.theme-1 { + background-color: #ddd333; +} \ No newline at end of file