Skip to content

Commit

Permalink
beep boop Github Action Master Branch CI Prettier hard at work
Browse files Browse the repository at this point in the history
  • Loading branch information
I'm a Github Action committed Dec 6, 2020
1 parent 307627d commit 820ba49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/src/components/CourseListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
: $store.state.darkMode
? 'var(--dark-primary)'
: 'white',
'color': section.selected
? 'black'
color: section.selected
? 'black'
: $store.state.darkMode
? 'var(--dark-primary-text)'
: 'black',
Expand Down

0 comments on commit 820ba49

Please sign in to comment.