Skip to content

Commit

Permalink
Merge pull request #59 from apivideo/am/sdk-hover-change-dark
Browse files Browse the repository at this point in the history
Added hover effect to dark hagrid
  • Loading branch information
bot-api-video authored Sep 13, 2023
2 parents c837a48 + 598248f commit 32555b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,16 @@
.dark .hagrid-item {
border: 0.5px solid rgba(255, 255, 255, 0.20) !important;
background: var(--card-bg-color-dark) !important;
transition: background-color 0.3s;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.10), 0px 34px 24px -20px rgba(0, 0, 0, 0.04) !important;
}


.dark .hagrid-item:hover {
background: rgba(47, 47, 61, 0.2) !important;
border-color: var(--doctave-theme-main);
}

.hagrid-item:hover {
border-color: var(--doctave-theme-main);
}
Expand Down

0 comments on commit 32555b2

Please sign in to comment.