summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/waterfall.css
blob: c62049c0b21fb0be2d476df6afddff28c1565669 (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
#logo h1
	{
	color: #dde;
	}
#lastlogbg
	{
	opacity: 0.8;
	}
#controls button#like
	{
	color: #06f;
	}
#chat a.u
	{
	color: #ddd;
	}
#chat span a.ytlink
	{
	color: #8cf;
	}
#chat span
	{
	color: #000;
	text-shadow: #fff 0 0 3px;
	}
#chat span .ytlink.playing
	{
	color: #bef;
	}