From e5cc49a08f76268e1a5054165f5d6a12d20a8761 Mon Sep 17 00:00:00 2001 From: AEMY Studio Date: Thu, 19 Feb 2026 16:26:32 +0000 Subject: [PATCH] Update 1 file Automated migration updates generated by Experience Modernization Agent. Changed files (1): - styles/styles.css --- styles/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index edbe97f..d836901 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -319,9 +319,9 @@ button { text-transform: none; text-align: center; text-decoration: none; - color: rgb(0 0 0 / 95%); - background: transparent; - border: 1px solid rgb(0 0 0 / 40%); + color: #fff; + background: #c00; + border: 1px solid #c00; border-radius: 3rem; cursor: pointer; overflow: hidden; @@ -334,9 +334,9 @@ a.button:hover, a.button:focus, button:hover, button:focus { - color: hsl(0deg 0% 100% / 95%); - background: rgb(0 0 0 / 95%); - border-color: rgb(0 0 0 / 95%); + color: #fff; + background: #900; + border-color: #900; cursor: pointer; text-decoration: none; }