aboutsummaryrefslogtreecommitdiff
path: root/public/assets/css/style.css
blob: 7855068dfb8d7304e08715728e1d41a1c3953dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    font-family: Play, sans-serif;
    background-color: #212121;
    color: #ffffff;
}


ul.yt {
    margin: 0 auto;
    text-align: center;
}
ul.none {
    list-style-type: none;
}

ul.yt-vid-list {
    display: inline-block;
    vertical-align: top;
}