aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_elements.scss
blob: d327f34060e22f998a0fb245d8bb0be55f711514 (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
code {
    background-color: #282828;
    color: #73d1ed;
}

li {
    color: white;
}

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

strong {
    color: white;
}

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

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

.is-table {
    display: table;
}