brighten text, better quote table representation with QuoteList, better quote/scene for-loop keys

This commit is contained in:
Xevion
2020-08-04 22:26:03 -05:00
parent a2125cfa44
commit 6fcd8a0f45
5 changed files with 53 additions and 10 deletions

View File

@@ -25,7 +25,7 @@
</template>
<style lang="scss">
.season-title { color: #888888; }
.season-title { color: #a2a2a2; }
.accordion.list-group-item {
border-radius: 0;
@@ -59,7 +59,7 @@
background-color: inherit;
/*border: 3px solid #0a0a0a;*/
/*border-radius: 0;*/
padding-bottom: 0px;
padding-bottom: 0;
/*&:not(:first-child) { border-top-width: 0; }*/
/*&:not(:last-child) { border-bottom-width: 0; }*/
}
@@ -67,7 +67,7 @@
.list-group-item {
border-color: rgba(24, 24, 24, 0.82);
background-color: #111111;
color: grey;
color: #a0a0a0;
border-left-width: 0;
border-right-width: 0;
}