aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css24
1 files changed, 0 insertions, 24 deletions
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; }