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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -12,7 +12,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- site-metadata:inject -->
<!-- analytics:inject -->
<script type="module" crossorigin src="/assets/index-Bp0VsaHN.js"></script>
<script type="module" crossorigin src="/assets/index-CIeAOZ_Y.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DKoVL79I.css">
</head>
<body>
+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%)`,