Skip to content

Commit

Permalink
force wwu theme on non-edit-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rtschu committed Nov 2, 2020
1 parent 9bd14dc commit 80d7d42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/wwu2019/courselayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,17 @@ body.format-tiles {
}

.course-content ul.tiles .tile {
border-top-color: $primary;
background-color: rgba(22, 112, 204, 0.05);
}

.course-content ul.tiles .tile:hover {
border-top-color: $secondary;
}

ul.tiles .tile.selected {
border-top-color: $secondary;
}
}

body.format-topcoll {
Expand Down

0 comments on commit 80d7d42

Please sign in to comment.