Skip to content

Commit

Permalink
render links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Escontrela authored and Alejandro Escontrela committed Jan 10, 2025
1 parent 4c36af4 commit 2addecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function renderPDF(url) {
link.style.top = `${top}px`;
link.style.width = `${width}px`;
link.style.height = `${height}px`;
link.style.backgroundColor = 'rgba(0, 0, 255, 0.1)'; // Optional highlight
link.style.backgroundColor = '#2697ba26'; // Optional highlight
link.style.zIndex = '10';

// Append the link to the current page container
Expand Down

0 comments on commit 2addecb

Please sign in to comment.