Skip to content

Commit

Permalink
Improve styling on hover demo user switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
brambrink committed Oct 20, 2023
1 parent 4595e2d commit 1ffa9e8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3306,6 +3306,11 @@ Main class hierarchy:
color: #387ea2;
border-bottom: 1px solid #496076;
}
.mx-demouserswitcher a:hover {
text-decoration: none;
opacity: 0.7;
color: #387ea2;
}
.mx-demouserswitcher h2 {
margin: 20px 0 5px;
color: #5bc4fe;
Expand Down

0 comments on commit 1ffa9e8

Please sign in to comment.