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

Commit

Permalink
feat: better UoM logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jan 28, 2024
1 parent fa72c35 commit 2787e7d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 19 deletions.
28 changes: 20 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@
* {
accent-color: #8142a6 !important;
}
body, #site-wrap {
background: #fffbff !important;
color: #1d1b1e;
}
.base-header,
.base-courses-header-container,
nav.term-navigator {
background: transparent !important;
color: #1d1b1e;
border: none;
}
/* navbar */
#side-menu {
background: #1d1b1e !important;
Expand All @@ -116,15 +127,16 @@
border: none !important;
box-shadow: none !important;
}
body, #site-wrap {
background: #fffbff !important;
color: #1d1b1e;
#side-menu header a {
display: block;
width: 100%;
height: auto;
aspect-ratio: 174/74;
background: url("https://raw.githubusercontent.com/adil192/BlackboardTheme/main/assets/TAB_allwhite.svg") no-repeat center;
background-size: 90%;
}
.base-courses-header-container,
nav.term-navigator {
background: transparent !important;
color: #1d1b1e;
border: none;
#side-menu header a > img {
display: none;
}
.course-org-list {
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)) !important;
Expand Down
36 changes: 25 additions & 11 deletions styles/_online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
accent-color: $primary !important;
}

body, #site-wrap {
background: $background !important;
color: $on-background;
}

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

/* navbar */
#side-menu {
background: $header !important;
Expand All @@ -18,19 +31,20 @@
color: $on-header;
border: none !important;
box-shadow: none !important;
}
}

body, #site-wrap {
background: $background !important;
color: $on-background;
}
a {
display: block;
width: 100%;
height: auto;
aspect-ratio: 174 / 74;
background: url('https://raw.githubusercontent.com/adil192/BlackboardTheme/main/assets/TAB_allwhite.svg') no-repeat center;
background-size: 90%;

.base-courses-header-container,
nav.term-navigator {
background: transparent !important;
color: $on-background;
border: none;
> img {
display: none;
}
}
}
}

.course-org-list {
Expand Down

0 comments on commit 2787e7d

Please sign in to comment.