From cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 16 Aug 2019 13:49:53 -0400 Subject: Added scss stuff --- public/css/style.css | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index de170ce..e2e3cfe 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,27 +1,24 @@ +/* + Please refrain from editing the style.css file and only edit the style.scss file. + */ body { - font-family: Play, sans-serif; -} + font-family: Play, sans-serif; } .dark { - background-color: #212121; - color: #ffffff; -} + background-color: #212121; + color: #ffffff; } .light { - background-color: #ffffff; - color: #000000; -} + background-color: #ffffff; + color: #000000; } -ul.yt { - margin: 0 auto; - text-align: center; -} +ul .yt { + margin: 0 auto; + text-align: center; } -li.yt-vid-list { - display: inline-block; - vertical-align: top; -} +ul .none { + list-style-type: none; } -ul.none { - list-style-type:none; -} \ No newline at end of file +li .yt-vid-list { + display: inline-block; + vertical-align: top; } -- cgit v1.2.3