diff --git a/examples/questionnaire/branding.css b/examples/questionnaire/branding.css index d2b19b8d..d1af7698 100644 --- a/examples/questionnaire/branding.css +++ b/examples/questionnaire/branding.css @@ -37,6 +37,7 @@ header svg.logo{ .v-form input[type=tel], .v-form input[type=email], .v-form input[type=url], +.v-form input[type=password], .v-form textarea, .v-form span.faux-form { border-bottom-color: var(--secondary-text-color); @@ -168,7 +169,7 @@ span.f-answered{ } /*text-muted*/ -span.f-title, +span.f-tagline, span.f-sub, p.description, .text-muted { diff --git a/examples/quiz/Example.vue b/examples/quiz/Example.vue index 8a962e14..8bb22f67 100644 --- a/examples/quiz/Example.vue +++ b/examples/quiz/Example.vue @@ -329,7 +329,7 @@