Skip to content

Commit

Permalink
Used Vue SFC scoped style. (#8375)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored Aug 22, 2020
1 parent 7123c72 commit 0c47267
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion themes-default/slim/src/components/history.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ export default {
}
};
</script>
<style>
<style scoped>
</style>
2 changes: 1 addition & 1 deletion themes-default/slim/src/components/schedule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default {
};
</script>

<style>
<style scoped>
/* Also defined in style.css and dark.css, but i'm overwriting for light and dark, because the schedule table has coloring. */
td.tvShow a {
color: rgb(0, 0, 0);
Expand Down
Loading

0 comments on commit 0c47267

Please sign in to comment.