Skip to content

Commit

Permalink
fix: make gameboard default text white
Browse files Browse the repository at this point in the history
remove unused styles.scss for now until we resolve virtualcommons#769

Co-authored-by: chrstngyn <[email protected]>
  • Loading branch information
2 people authored and chrstngyn committed Feb 4, 2022
1 parent a035dbb commit cde5594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion client/src/components/root/GameboardContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,13 @@ export default class GameboardContainer extends Vue {
}
</script>

<style lang="scss" scoped>
<style lang="scss">
.border {
border: 0.5rem solid $light-shade-25;
}
body {
color: $light-shade;
}
</style>
2 changes: 1 addition & 1 deletion client/src/stylesheets/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "./utilities/_mixins.scss";
@import "./utilities/_variables.scss";
@import "./utilities/color-palette.scss";
@import "styles.scss";
// @import "styles.scss";

// Montserrat
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
Expand Down

0 comments on commit cde5594

Please sign in to comment.