diff options
Diffstat (limited to 'public/css/style.scss')
| -rw-r--r-- | public/css/style.scss | 36 |
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; - } -} |
