Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat: remove "future courses" button
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jan 28, 2024
1 parent 00ecaf8 commit da7aab3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@
background: #fffbff !important;
color: #1d1b1e;
}
.base-header,
.base-courses-header-container,
nav.term-navigator {
.base-header {
background: transparent !important;
color: #1d1b1e;
border: none;
align-items: end;
}
nav.term-navigator {
display: none !important;
}
/* navbar */
#side-menu {
Expand Down
9 changes: 6 additions & 3 deletions styles/_online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ body, #site-wrap {
color: $on-background;
}

.base-header,
.base-courses-header-container,
nav.term-navigator {
.base-header {
background: transparent !important;
color: $on-background;
border: none;
align-items: end;
}

nav.term-navigator {
display: none !important;
}

/* navbar */
Expand Down

0 comments on commit da7aab3

Please sign in to comment.