Skip to content

Commit

Permalink
Reduce links' opacity on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Sep 10, 2024
1 parent 14e4ceb commit 06d35b2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,11 @@ img.image-style-article-header {
.bd-card:hover {
background-color: #FFF5EC;
}

a:hover {
opacity: 75%;
}

.btn:hover {
opacity: 100%;
}

0 comments on commit 06d35b2

Please sign in to comment.