Skip to content

Commit

Permalink
Added slight hue to distinguish login
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca De Feo committed Mar 15, 2019
1 parent 0e74809 commit 4ba6b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/_customization.scss
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,9 @@ html.slideshow {
}
#exit-slide h3 { margin-top: 20%; }
}

// (temporary) color code to distinguish login
[title="https://keats.prism.uvsq.fr/aws-alt"] {
background-color: #c1fff2e6;
box-shadow: 0 0 10px 15px #c1fff2e6;
}

0 comments on commit 4ba6b27

Please sign in to comment.