aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-25 17:43:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-25 17:43:20 -0400
commit69474fee32c62e1b97b9f51b78a2e242542ae9a7 (patch)
treef03569672f62ad251a38d1deb5d46152f1b54207 /public/css/style.css
parent379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (diff)
downloadProject-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.gz
Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.bz2
Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.zip
Rewrite incoming
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css22
1 files changed, 0 insertions, 22 deletions
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; }