Skip to content

Commit b77cb59

Browse files
committed
refinements to colors
1 parent 9693392 commit b77cb59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sass/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ main {
276276
width: 100%;
277277
padding-bottom: 56.25%; /* 16:9 aspect ratio */
278278
background-color: var(--bg-tertiary);
279+
border: 1px solid var(--border-color);
279280
border-radius: 8px;
280281
overflow: hidden;
281282
}
@@ -300,7 +301,7 @@ main {
300301
align-items: center;
301302
justify-content: center;
302303
color: var(--text-tertiary);
303-
}
304+
}
304305

305306
.video-placeholder-icon {
306307
font-size: 3rem;

0 commit comments

Comments
 (0)