From e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Nov 2019 15:45:48 -0500 Subject: Porting the website to jekyll.... --- public/css/style.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 public/css/style.css (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css deleted file mode 100644 index e2e3cfe..0000000 --- a/public/css/style.css +++ /dev/null @@ -1,24 +0,0 @@ -/* - Please refrain from editing the style.css file and only edit the style.scss file. - */ -body { - font-family: Play, sans-serif; } - -.dark { - background-color: #212121; - color: #ffffff; } - -.light { - background-color: #ffffff; - color: #000000; } - -ul .yt { - margin: 0 auto; - text-align: center; } - -ul .none { - list-style-type: none; } - -li .yt-vid-list { - display: inline-block; - vertical-align: top; } -- cgit v1.2.3