mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
green adjustment
This commit is contained in:
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
@@ -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%)`,
|
||||
|
||||
Reference in New Issue
Block a user