Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign Pathway page to include dropdowns #857

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Update pathway page styles for light mode
ethan2917 committed Dec 8, 2023
commit 752a9bfdf002e4092b34e1b3536d103abba5fa96
2 changes: 2 additions & 0 deletions src/web/src/pages/Pathway.vue
Original file line number Diff line number Diff line change
@@ -387,10 +387,12 @@ export default {
background-color: transparent;
text-align: justify;
width: 95%;
color: black;
}
.pathway-button:hover {
background: rgba(108, 90, 90, 0.15) !important;
color: black;
}
.courseInPath {