From f1d838de6b47f3cfaa5f984a3d93f6a0d157f2a2 Mon Sep 17 00:00:00 2001 From: venashial Date: Sat, 17 Jul 2021 17:37:40 -0700 Subject: [PATCH] Homepage styling improvements (#285) * Add border radius to video + example code colors * Change color + allow overflow scroll --- pages/index.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 9213de156..56f5d3fa4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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 {