diff --git a/webmusic.css b/webmusic.css index 9694d2b..28627a9 100644 --- a/webmusic.css +++ b/webmusic.css @@ -1,51 +1,51 @@ body { - background-color: #161616; + background-color: #161616; } h2, h2 a { - font-family: 'Inconsolata', 'monospace'; - font-size: 11pt; - color: #afafaf; - margin-top: 6px; - margin-bottom: 2px; + font-family: 'Inconsolata', 'monospace'; + font-size: 11pt; + color: #afafaf; + margin-top: 6px; + margin-bottom: 2px; } #container, a { - font-family: 'Ubuntu Mono', 'monospace'; - font-size: 11pt; - color: #d8c18c; - text-decoration: none; - margin-top: 3px; - margin-bottom: 3px; + font-family: 'Ubuntu Mono', 'monospace'; + font-size: 11pt; + color: #d8c18c; + text-decoration: none; + margin-top: 3px; + margin-bottom: 3px; } .playing { - color: #6b9969; + color: #6b9969; } .entry-muted { - color: #d88777; + color: #d88777; } .action { - font-size: 10pt; - color: #cc7851; + font-size: 10pt; + color: #cc7851; } .action-muted { - font-size: 10pt; - color: #e5e5e5; + font-size: 10pt; + color: #e5e5e5; } #container { - margin-left: 10%; - margin-right: 10%; + margin-left: 10%; + margin-right: 10%; } li { - list-style: none; + list-style: none; } #state, #repeatButton, #continuousButton { - cursor: pointer; + cursor: pointer; } \ No newline at end of file