aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.scss
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:31:46 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:31:46 -0500
commit379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (patch)
treec55caa8029b09e6a35dacad074af39ec5c4f3292 /public/css/style.scss
parent73f61722b2320f5df619a9b0db078d71b834fcec (diff)
downloadProject-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.tar.gz
Project-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.tar.bz2
Project-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.zip
Changed copyright and added context in navbar
Diffstat (limited to 'public/css/style.scss')
-rw-r--r--public/css/style.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/public/css/style.scss b/public/css/style.scss
deleted file mode 100644
index 6ebfa9e..0000000
--- a/public/css/style.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- Please refrain from editing the style.css file and only edit the style.scss file.
- */
-
-$default-font: Play, sans-serif;
-
-body {
- font-family: $default-font;
-}
-
-.dark {
- background-color: #212121;
- color: #ffffff;
-}
-
-.light {
- background-color: #ffffff;
- color: #000000;
-}
-
-ul {
- .yt {
- margin: 0 auto;
- text-align: center;
- }
- .none {
- list-style-type: none;
- }
-}
-
-li {
- .yt-vid-list {
- display: inline-block;
- vertical-align: top;
- }
-}