File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const dev = computed(() => {
108
108
</div >
109
109
</q-page-container >
110
110
111
- <q-footer elevated class =" bg-grey-8 text-white " >
111
+ <q-footer elevated class =" bg-primary " >
112
112
<MatchStateToolbar />
113
113
</q-footer >
114
114
Original file line number Diff line number Diff line change 1
1
.body--dark {
2
- --q-primary : #487A91 ;
3
- --q-secondary : #26A69A ;
2
+ --q-primary : #0794B9 ;
3
+ --q-secondary : #aaa8a8 ;
4
4
--q-accent : #9C27B0 ;
5
5
--q-positive : #21BA45 ;
6
6
--q-negative : #C10015 ;
11
11
12
12
.body--light {
13
13
--q-primary : #0794B9 ;
14
- --q-secondary : #17DFD5 ;
14
+ --q-secondary : #545454 ;
15
15
--q-accent : #9C27B0 ;
16
16
--q-positive : #21BA45 ;
17
17
--q-negative : #C10015 ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function revert() {
62
62
<q-icon :name =" change.icon" color =" primary" size =" 15px" v-if =" dense" class =" q-mr-xs" />
63
63
<TeamBadge :team =" change.forTeam" />
64
64
<span class =" text-weight-medium" >{{ change.title }}</span >
65
- <span class =" text-grey-8 " > - {{ origin }}</span >
65
+ <span class =" text-secondary " > - {{ origin }}</span >
66
66
<OriginIcon :origin =" origin" />
67
67
<span v-if =" hasGameEventOrigins" >(</span >
68
68
<OriginIcon
You can’t perform that action at this time.
0 commit comments