Skip to content

Commit

Permalink
Merge pull request #1271 from matks/fix-hover-2
Browse files Browse the repository at this point in the history
Remove unwanted hover on links and replace meta img
  • Loading branch information
kpodemski authored Dec 21, 2023
2 parents a5bdefd + a611c30 commit 0b89577
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mainSections:

cascade:
# default social image
twitter_image: "/assets/images/theme/meta-logo-build.png"
twitter_image: "/assets/images/theme/meta-logo-build-2024.png"

permalinks:
news: /news/:year/:slugorfilename/
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion themes/build/assets/_sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ li code {
.nav>li>a:hover, .nav>li>a:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background: transparent;
color: $brand-color-3;
}
.open .caret {
border-top: 0;
Expand Down

0 comments on commit 0b89577

Please sign in to comment.