aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: e2e3cfe5a84b4da7c2854755d942bd7a2d1c4be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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; }