From 69474fee32c62e1b97b9f51b78a2e242542ae9a7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 25 Apr 2020 17:43:20 -0400 Subject: Rewrite incoming --- public/css/style.css | 22 ---------------------- 1 file changed, 22 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 738c91d..0000000 --- a/public/css/style.css +++ /dev/null @@ -1,22 +0,0 @@ - -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