@@ -88,4 +88,23 @@ export default {
color: #888;
margin-top: 4px;
}
-</style>
+
+.dark {
+ .match-item {
+ &.selected {
+ background-color: #172b41;
+ }
+ .match-league {
+ color: #fff;
+ .match-team {
+ &.team-home {
+ color: #5797ff;
+ &.team-away {
+ color: #ff626a;
+}
+</style>
@@ -412,6 +412,34 @@ onMounted(() => {
color: #999;
+ .top-panel {
+ border-color: #505050;
+ background-color: #141414;
+ span {
+ .match-list {
+ .match-row {
+ .match-col {
@media (max-width: 768px) {
.match-item {
min-width: calc(50% - 16px);