Skip to content

Commit

Permalink
Fix invisible selection area
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jan 17, 2025
1 parent edea0a2 commit 366c505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,20 @@ main {
background: linear-gradient(45deg, #ff74f0, #a114a5);
}

.demo .selection-area {
.selection-area {
background: rgba(46, 115, 252, 0.11);
border: 1px solid rgba(98, 155, 255, 0.85);
border-radius: 0.15em;
}

.demo .info p {
.info p {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.demo .key {
.key {
display: inline-block;
font-weight: bold;
text-transform: uppercase;
Expand Down

0 comments on commit 366c505

Please sign in to comment.