webmusic.css: replaced spaces with tabs

This commit is contained in:
Leah 2021-03-07 15:08:00 +01:00
parent 05ff2feabf
commit b76f8c4af3
1 changed files with 22 additions and 22 deletions

View File

@ -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;
}