From 379e44e7f1649ed2983e9167a7a4ac27303ed8d5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 24 Nov 2019 09:31:46 -0500 Subject: Changed copyright and added context in navbar --- public/css/style.css | 4 +--- public/css/style.scss | 36 ------------------------------------ 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 public/css/style.scss (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index e2e3cfe..738c91d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,4 @@ -/* - Please refrain from editing the style.css file and only edit the style.scss file. - */ + body { font-family: Play, sans-serif; } diff --git a/public/css/style.scss b/public/css/style.scss deleted file mode 100644 index 6ebfa9e..0000000 --- a/public/css/style.scss +++ /dev/null @@ -1,36 +0,0 @@ -/* - Please refrain from editing the style.css file and only edit the style.scss file. - */ - -$default-font: Play, sans-serif; - -body { - font-family: $default-font; -} - -.dark { - background-color: #212121; - color: #ffffff; -} - -.light { - background-color: #ffffff; - color: #000000; -} - -ul { - .yt { - margin: 0 auto; - text-align: center; - } - .none { - list-style-type: none; - } -} - -li { - .yt-vid-list { - display: inline-block; - vertical-align: top; - } -} -- cgit v1.2.3