c449803e5a24f7037c8fffe05e46eb98d9e7e658
[wolnelektury.git] / wolnelektury / static / css / player.css
1 #player h1 {
2         font-size: 2em;
3         margin: .5em;
4 }
5
6 .player-info {
7         margin: 1em;
8 }
9
10
11 .play {
12         cursor: pointer;
13 }
14
15 .play:hover {
16         color: #0D7E85;
17 }