From 4a86c4d98691c1e1469d25a47944444475551567 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 24 Nov 2019 09:00:34 -0500 Subject: Inital commit --- public/css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/css/style.css (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..e2e3cfe --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,24 @@ +/* + 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