webmusic.css: replaced spaces with tabs

This commit is contained in:
Leah 2021-03-07 15:08:00 +01:00
parent 05ff2feabf
commit b76f8c4af3

View file

@ -1,51 +1,51 @@
body { body {
background-color: #161616; background-color: #161616;
} }
h2, h2 a { h2, h2 a {
font-family: 'Inconsolata', 'monospace'; font-family: 'Inconsolata', 'monospace';
font-size: 11pt; font-size: 11pt;
color: #afafaf; color: #afafaf;
margin-top: 6px; margin-top: 6px;
margin-bottom: 2px; margin-bottom: 2px;
} }
#container, a { #container, a {
font-family: 'Ubuntu Mono', 'monospace'; font-family: 'Ubuntu Mono', 'monospace';
font-size: 11pt; font-size: 11pt;
color: #d8c18c; color: #d8c18c;
text-decoration: none; text-decoration: none;
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
.playing { .playing {
color: #6b9969; color: #6b9969;
} }
.entry-muted { .entry-muted {
color: #d88777; color: #d88777;
} }
.action { .action {
font-size: 10pt; font-size: 10pt;
color: #cc7851; color: #cc7851;
} }
.action-muted { .action-muted {
font-size: 10pt; font-size: 10pt;
color: #e5e5e5; color: #e5e5e5;
} }
#container { #container {
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
} }
li { li {
list-style: none; list-style: none;
} }
#state, #repeatButton, #continuousButton { #state, #repeatButton, #continuousButton {
cursor: pointer; cursor: pointer;
} }