Homepage styling improvements (#285)
* Add border radius to video + example code colors * Change color + allow overflow scroll
This commit is contained in:
parent
ec92a4cd34
commit
f1d838de6b
@ -389,8 +389,19 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.example-code {
|
||||
color: #cecece;
|
||||
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user