Homepage styling improvements (#285)

* Add border radius to video + example code colors

* Change color + allow overflow scroll
This commit is contained in:
venashial 2021-07-17 17:37:40 -07:00 committed by GitHub
parent ec92a4cd34
commit f1d838de6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,8 +389,19 @@ export default {
}
}
.example-code {
video {
border-radius: var(--size-rounded-lg);
}
pre {
background-color: #171719;
border-radius: var(--size-rounded-lg);
overflow-x: auto;
.example-code {
color: #cecece;
background: none;
}
}
.footer {