Skip to content

Commit 74a9887

Browse files
docs(website): update devtools video and fix shadows
1 parent 4b0e556 commit 74a9887

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/overmind-website/src/components/Guides/styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const guide = css`
2828
height: 125px;
2929
border-bottom: 2px solid var(--color-primary);
3030
transition: box-shadow 0.1s ease-out;
31-
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
31+
box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
3232
:hover {
33-
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
33+
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
3434
}
3535
span {
3636
position: absolute;

packages/overmind-website/src/components/Videos/styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const video = css`
2828
height: 125px;
2929
border-bottom: 2px solid var(--color-primary);
3030
transition: box-shadow 0.1s ease-out;
31-
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
31+
box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
3232
:hover {
33-
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
33+
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
3434
}
3535
span {
3636
position: absolute;

packages/overmind-website/videos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"title": "Devtools introduction",
10-
"url": "https://www.youtube.com/watch?v=ysqEHORTiyw",
10+
"url": "https://youtu.be/j_dzXucq3E4",
1111
"shortName": "devtools-introduction",
1212
"type": "beginner"
1313
},

0 commit comments

Comments
 (0)