Skip to content

Commit

Permalink
Improve button hover styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefba committed May 19, 2024
1 parent 1d95ef0 commit 7b80d7f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ a:hover {
text-decoration: underline;
}

.info__name:hover,
.add-dir:hover,
.add-text:hover {
text-decoration: none;
opacity: .85;
}

div[tabindex="-1"]:focus {
outline: 0;
}
Expand Down Expand Up @@ -125,8 +132,6 @@ h1 input {
.add-text {
font-size:1.5rem;
font-family:var(--font-monospace);
//border-radius:5px;
//border-color:black;
padding:.375rem .5rem;
margin:.25rem 0 2rem;
background:#277739;
Expand Down

0 comments on commit 7b80d7f

Please sign in to comment.