Skip to content

Commit

Permalink
Merge pull request #290 from GaganpreetKaurKalsi/fix-copy-button-styl…
Browse files Browse the repository at this point in the history
…es-and-tooltip

fix copy button and tooltip styles
  • Loading branch information
iArchitSharma committed Jun 23, 2024
2 parents 41a272c + 7dcd55c commit db261a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/scss/_content_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ h1, h2, h3, h4, h5, h6 {
/* width */
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: transparent;
}

Expand Down
11 changes: 10 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,16 @@ a:not([href]):not([class]):hover {

.click-to-copy button{
aspect-ratio: 1;
box-shadow: 1px 1px 5px #636567!important;
top: 6px!important;
right: 10px!important;
color: $lightslategray !important;
background-color: $dark !important;
&:hover{
color: $body-color !important;
}
}

.tooltip .tooltip-inner{
background-color: $dark;
color: $body-color
}

0 comments on commit db261a0

Please sign in to comment.