green adjustment

This commit is contained in:
legop3
2026-08-09 00:31:11 -04:00
parent 0083c887f4
commit bd65f93756
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ export default function CardFrame({
// personal accent while active. Keeping this override in CardFrame makes all
// present and future cards participate without sprinkling mode checks around.
const cardStyle = greenMode
? { borderColor: '#00ff00' }
? { borderColor: '#008a35' }
: accentRgb
? { borderColor: rgba(accentRgb, 0.3) }
: undefined;
@@ -65,7 +65,7 @@ export default function CardFrame({
const headerStyle = greenMode
? { borderColor: '#00ff00' }
? { borderColor: '#008a35' }
: accentRgb
? {
backgroundImage: `linear-gradient(90deg, rgba(23,23,23,0.96) 0%, rgba(38,38,38,0.94) 0%, ${rgba(accentRgb, 0.1)} 100%)`,