aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
commit4a86c4d98691c1e1469d25a47944444475551567 (patch)
treec2b0a56aaf69fddb3d40611018b59f0645a3ac62 /public/css/style.css
downloadProject-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.gz
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.bz2
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.zip
Inital commit
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css24
1 files changed, 24 insertions, 0 deletions
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; }