Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Apr 11, 2024
1 parent 4038cec commit fc8a609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/course-outline/CourseOutline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ div.row:has(> div > div.highlight) {

@keyframes glow {
0% {
box-shadow: 0 0 5px 5px $primary-500;
box-shadow: 0 0 5px 5px $primary-500;
}

90% {
box-shadow: 0 0 5px 5px $primary-500;
}

100% {
box-shadow: unset;
}
Expand Down

0 comments on commit fc8a609

Please sign in to comment.