From cff85b789988827ed7d8e92c4e106cfddc4c626f Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Wed, 13 May 2026 20:54:17 -0400 Subject: [PATCH] Rename variable to dh-button-background --- styles/less/global/elements.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/less/global/elements.less b/styles/less/global/elements.less index 37ef550c..4b1dfa45 100755 --- a/styles/less/global/elements.less +++ b/styles/less/global/elements.less @@ -101,7 +101,7 @@ } button:where(:not(.plain, .icon)) { - background: var(--button-background); + background: var(--dh-button-background); border: 1px solid light-dark(@dark-blue, #efe6d850); color: light-dark(@dark-blue, #efe6d8); outline: none; @@ -734,7 +734,7 @@ } .theme-light { - --button-background: transparent; + --dh-button-background: transparent; .application { &.sheet.dh-style { @@ -760,7 +760,7 @@ .theme-dark .dh-style, .theme-dark.dh-style { - --button-background: url('../assets/parchments/dh-parchment-button-dark.png'); + --dh-button-background: url('../assets/parchments/dh-parchment-button-dark.png'); } .application .component.dh-style.card-preview-container {