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

Commit

Permalink
feat: set navbar selected color to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 29, 2024
1 parent cc5b8cc commit 61bdd2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified screenshots/blackboard-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/blackboard-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/styles/online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ nav ul#base_tools bb-base-navigation-button {

// the active one
&:has(.base-navigation-button.active) {
background-color: $background;
color: $on-background;
background-color: rgba($primary, 0.4) !important;
color: $on-primary;
* {
color: inherit !important;
}
Expand Down

0 comments on commit 61bdd2f

Please sign in to comment.