Skip to content

Commit

Permalink
fixed colors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Nov 8, 2023
1 parent 87c1890 commit 8317ab2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions class_registration_app/src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ body {
min-height: 100vh;
color: var(--color-text);
background: var(--color-background);
background-color: white;
transition:
color 0.5s,
background-color 0.5s;
Expand Down
1 change: 0 additions & 1 deletion class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#app {
min-width: 100vw;

padding: 0rem;

font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion class_registration_app/src/components/DashBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<style scoped>
.dashboard {
background-color: white;
text-align: center;
align-items: center;
}
Expand Down
1 change: 1 addition & 0 deletions class_registration_app/src/components/StartUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,6 @@ footer {
transform: translate(-50%);
top: 15%;
font-size: 2vw;
color: black;
}
</style>

0 comments on commit 8317ab2

Please sign in to comment.