Skip to content

Commit

Permalink
chores: links open in blank window
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenVlass committed Apr 11, 2024
1 parent 2eb6db6 commit 66783b4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ img {
width: 195px;
}
}
.hero-btn:is(:hover, :focus) {
.hero-btn:hover {
background-color: #fff;
color: #d91965;
border-color: #d91965;
Expand Down Expand Up @@ -233,7 +233,7 @@ img {
width: 195px;
}
}
.btn-black:is(:hover, :focus) {
.btn-black:hover {
background-color: #d91965;
border-color: #d91965;
}
Expand Down Expand Up @@ -268,7 +268,7 @@ img {
width: 195px;
}
}
.btn-white:is(:hover, :focus) {
.btn-white:hover {
background-color: #d91965;
color: #fff;
}
Expand Down Expand Up @@ -398,7 +398,7 @@ img {
font-weight: 400;
color: #2e384d;
}
.site-nav__link:is(:hover, :focus, :active) {
.site-nav__link:hover {
text-decoration: underline;
}

Expand Down
2 changes: 1 addition & 1 deletion css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/main.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66783b4

Please sign in to comment.