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.... --- assets/css/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 assets/css/style.css (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..4ff03ce --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,26 @@ +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; +} + +ul.yt-vid-list { + display: inline-block; + vertical-align: top; +} \ No newline at end of file -- cgit v1.2.3