lint all the things

This commit is contained in:
sparks-alec
2022-02-14 03:25:37 -05:00
parent e5c8f242ab
commit 454b134745
30 changed files with 909 additions and 446 deletions
+8 -8
View File
@@ -25,7 +25,7 @@ td.num {
font-weight: 600;
font-size: 16px;
}
.scene {
background-color: black;
border-top: #141414 2px solid;
@@ -51,13 +51,13 @@ td.num {
tr.active-cue {
color: #c78b07;
}
tr.active-cue td.num div{
margin: 0px;
padding: 1px 6px;
background-color: #c78b07;
border-radius: 4px;
color: black;
}
tr.active-cue td.num div {
margin: 0px;
padding: 1px 6px;
background-color: #c78b07;
border-radius: 4px;
color: black;
}
tr.active-cue .time {
border-color: #c78b07;
}