Skip to content

Commit

Permalink
better styling
Browse files Browse the repository at this point in the history
  • Loading branch information
toto04 committed Sep 21, 2023
1 parent 17c16e9 commit b7bf662
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/client/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,21 @@ $modal-anim-time: 0.15s;
font-size: 0.8em;
opacity: 0.8;
display: flex;
justify-content: space-between;
justify-content: start;

.clickable {
transition: color 0.1s ease-in-out;
}
&:hover .clickable {
color: $bright;
}

cursor: pointer;
align-items: center;
span {
font-weight: normal;
text-decoration: underline;
margin-right: 4px;
}
}
}
Expand Down

0 comments on commit b7bf662

Please sign in to comment.