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(() => {
108108 </div >
109109 </q-page-container >
110110
111- <q-footer elevated class =" bg-grey-8 text-white " >
111+ <q-footer elevated class =" bg-primary " >
112112 <MatchStateToolbar />
113113 </q-footer >
114114
Original file line number Diff line number Diff line change 11.body--dark {
2- --q-primary : #487A91 ;
3- --q-secondary : #26A69A ;
2+ --q-primary : #0794B9 ;
3+ --q-secondary : #aaa8a8 ;
44 --q-accent : #9C27B0 ;
55 --q-positive : #21BA45 ;
66 --q-negative : #C10015 ;
1111
1212.body--light {
1313 --q-primary : #0794B9 ;
14- --q-secondary : #17DFD5 ;
14+ --q-secondary : #545454 ;
1515 --q-accent : #9C27B0 ;
1616 --q-positive : #21BA45 ;
1717 --q-negative : #C10015 ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function revert() {
6262 <q-icon :name =" change.icon" color =" primary" size =" 15px" v-if =" dense" class =" q-mr-xs" />
6363 <TeamBadge :team =" change.forTeam" />
6464 <span class =" text-weight-medium" >{{ change.title }}</span >
65- <span class =" text-grey-8 " > - {{ origin }}</span >
65+ <span class =" text-secondary " > - {{ origin }}</span >
6666 <OriginIcon :origin =" origin" />
6767 <span v-if =" hasGameEventOrigins" >(</span >
6868 <OriginIcon
You can’t perform that action at this time.
0 commit comments