diff --git a/Draw Steel/draw-steel.css b/Draw Steel/draw-steel.css index b4ec5e4bc2..374cf4b0dc 100644 --- a/Draw Steel/draw-steel.css +++ b/Draw Steel/draw-steel.css @@ -17,10 +17,11 @@ --color-text-body: #080808; --color-text-header: rgb(51, 51, 51); --color-text-accent: rgb(73, 73, 73); + /* Borders & Accents */ --color-border: rgb(102, 102, 102); - --color-accent-steel: rgb(40, 82, 98); + --color-accent-steel: rgb(135, 186, 205); /* Inputs & UI */ --color-input-bg: rgb(248, 248, 248); @@ -56,10 +57,10 @@ --color-text-body: rgb(234, 234, 234); --color-text-header: rgb(216, 216, 216); --color-text-accent: rgb(186, 186, 186); - + /* Borders & Accents */ --color-border: rgb(102, 102, 102); - --color-accent-steel: rgb(135, 186, 205); + --color-accent-steel: rgb(40, 82, 98); /* Inputs & UI */ --color-input-bg: rgb(30,30,30); @@ -1080,7 +1081,7 @@ label[for*='minimize']::before { } .abilities-buttons button[type="action"]:hover { - background-color: var(--color-button-hover-bg)/*rgba(255, 215, 0, 0.6)*/; + background-color: var(--color-button-hover-bg); } .charsheet .sheet-action, diff --git a/Draw Steel/draw-steel.html b/Draw Steel/draw-steel.html index 9cce8fef86..a2824039d5 100644 --- a/Draw Steel/draw-steel.html +++ b/Draw Steel/draw-steel.html @@ -1474,7 +1474,7 @@