Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEVSTOP committed Jan 3, 2025
1 parent fddf2e2 commit 0deaee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _includes/link-previews.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
opacity: 0;
transition: opacity 100ms;
overflow: scroll;
}

#tooltip-wrapper:after {
Expand Down Expand Up @@ -82,7 +83,7 @@
setTimeout(function() {
tooltipWrapper.style.opacity = 1;
}, 1)
}
}
} else {
tooltipContent.innerHTML = linkHistories[event.target.href]
tooltipWrapper.style.display = 'block';
Expand Down
4 changes: 2 additions & 2 deletions _sass/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ body {
*/

h1 {
font-size: 2em;
margin: 0.67em 0;
font-size: 1.5em;
margin: 0.5em 0;
}

/* Grouping content
Expand Down

0 comments on commit 0deaee9

Please sign in to comment.