mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -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" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<!-- site-metadata:inject -->
|
<!-- site-metadata:inject -->
|
||||||
<!-- analytics: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">
|
<link rel="stylesheet" crossorigin href="/assets/index-DKoVL79I.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ export default function CardFrame({
|
|||||||
// personal accent while active. Keeping this override in CardFrame makes all
|
// personal accent while active. Keeping this override in CardFrame makes all
|
||||||
// present and future cards participate without sprinkling mode checks around.
|
// present and future cards participate without sprinkling mode checks around.
|
||||||
const cardStyle = greenMode
|
const cardStyle = greenMode
|
||||||
? { borderColor: '#00ff00' }
|
? { borderColor: '#008a35' }
|
||||||
: accentRgb
|
: accentRgb
|
||||||
? { borderColor: rgba(accentRgb, 0.3) }
|
? { borderColor: rgba(accentRgb, 0.3) }
|
||||||
: undefined;
|
: undefined;
|
||||||
@@ -65,7 +65,7 @@ export default function CardFrame({
|
|||||||
|
|
||||||
|
|
||||||
const headerStyle = greenMode
|
const headerStyle = greenMode
|
||||||
? { borderColor: '#00ff00' }
|
? { borderColor: '#008a35' }
|
||||||
: accentRgb
|
: accentRgb
|
||||||
? {
|
? {
|
||||||
backgroundImage: `linear-gradient(90deg, rgba(23,23,23,0.96) 0%, rgba(38,38,38,0.94) 0%, ${rgba(accentRgb, 0.1)} 100%)`,
|
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