aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_elements.scss
blob: 24322f097f92bde58f663f3e9dea1ec93d066d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
code {
    background-color: #282828;
    color: #73d1ed;
}

li {
    color: white;
}

pre {
    background-color: #282828;
    color: #78dcfa;
}

strong {
    color: white;
}

video {
    width: 100%;
    height: auto;
}

.is-cyan {
    color: #0dd3ff;
}

.is-table {
    display: table;
}

// playlist
.play-menu {
    height: 200px; //enabled scroll
    overflow-y: auto;
}
.play-menu a {
    color: white;
}
.is-active-play {
    color: #dd7325;
    background-color: #dd7325;
}