From a4bf4f72974c8ab98be944581ab4f9c1d0383759 Mon Sep 17 00:00:00 2001 From: Kittisak Ma <85727452+kittisakLS@users.noreply.github.com> Date: Fri, 15 May 2026 15:01:07 +0700 Subject: [PATCH] Update rp-variables.css Added --rp-page-* CSS variables for customize PDF page style --- rp-variables.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rp-variables.css b/rp-variables.css index 0c66f74..296ef8a 100644 --- a/rp-variables.css +++ b/rp-variables.css @@ -36,6 +36,9 @@ --rp-input-placeholder-color: #c6ccd2; /* Pages */ --rp-pages-background-color: #ffffff; + --rp-page-shadow: 0px 2px 12px 0px #00000026; + --rp-page-outline: none; + --rp-page-outline-offset: 0; /* Annotations */ --rp-annotation-layer__link-hover-background: rgba(255, 255, 0, 0.2); /* Dropdown */