diff --git a/frappe/templates/styles/standard.css b/frappe/templates/styles/standard.css index 66ae263848..2d06734723 100644 --- a/frappe/templates/styles/standard.css +++ b/frappe/templates/styles/standard.css @@ -5,7 +5,7 @@ } .print-format { background-color: white; - box-shadow: var(--shadow-xs); + box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); max-width: 8.3in; min-height: 11.69in;