Skip to content

Commit

Permalink
No border around sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 23, 2024
1 parent 28e617a commit 7613cf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/theme/_course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
border-bottom-width: 0;
}

.course-section {
.section-item {
border-width: 0;
}
}

.course-content ul.topics,
.course-content ul.weeks {
li.section {
Expand Down

0 comments on commit 7613cf0

Please sign in to comment.