From be5c14ffa4b10e1586b68f94669093146df9d452 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 16 Aug 2019 00:44:47 -0400 Subject: Added transitions, community rules, git projects and etc --- public/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index 386343b..de170ce 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,9 +1,17 @@ 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; @@ -12,4 +20,8 @@ ul.yt { li.yt-vid-list { display: inline-block; vertical-align: top; +} + +ul.none { + list-style-type:none; } \ No newline at end of file -- cgit v1.2.3