Skip to content

Commit

Permalink
Changed Color of Background and Text
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sund committed Dec 8, 2023
1 parent f778e63 commit 420d4d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/web/src/pages/FinalExamScheduler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<b-col md="7">
<div class="mt-3">
<b-button variant="primary" @click="goToSchoolWebsite">Go to School Website</b-button>
<b-button variant="secondary" class = "button-color" @click="goToSchoolWebsite">Go to School Website</b-button>
</div>
</b-col>

Expand Down Expand Up @@ -288,5 +288,8 @@ export default {
gap: 20px;
}
.button-color {
color:black;
}
</style>

0 comments on commit 420d4d3

Please sign in to comment.