diff --git a/examples/app.vue b/examples/app.vue index 0d919e471..eed81656c 100644 --- a/examples/app.vue +++ b/examples/app.vue @@ -19,6 +19,17 @@ font-weight: 300; } + a { + color: #4078c0; + text-decoration: none; + } + + .hljs { + padding: 20px 25px; + background-color: #f9fafc; + margin-bottom: 25px; + } + .main-cnt { margin-top: -80px; padding: 80px 0 120px; diff --git a/examples/components/header.vue b/examples/components/header.vue index 598e994a7..8dc5d31f4 100644 --- a/examples/components/header.vue +++ b/examples/components/header.vue @@ -111,7 +111,7 @@