Skip to content

Commit

Permalink
Move clip background color so it's underneath the embed
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Jan 19, 2022
1 parent 8c7d3a6 commit e5ffc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/website/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default {
color: var(--theme-active, #66d9ff);
}
.markdown >>> .clip-holder {
background-color: rgba(0,0,0,0.2);
margin-bottom: 1em;
}
.markdown >>> .clip.clip-error {
Expand All @@ -124,7 +125,6 @@ export default {
padding: 10px 20px;
}
.markdown >>> .clip-caption {
background-color: rgba(0,0,0,0.2);
padding: 10px 15px;
}
</style>

0 comments on commit e5ffc9e

Please sign in to comment.