From e5f22857957bf95601114bbe10d7ed254b7cd5bb Mon Sep 17 00:00:00 2001 From: ingrid <ingrimeg@stud.ntnu.no> Date: Fri, 5 May 2023 10:19:00 +0200 Subject: [PATCH] =?UTF-8?q?farge=20p=C3=A5=20form=20til=20indigo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditProfile.vue | 6 +++++- src/style.scss | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/EditProfile.vue b/src/components/EditProfile.vue index 877d5f9..76b5e5d 100644 --- a/src/components/EditProfile.vue +++ b/src/components/EditProfile.vue @@ -165,7 +165,11 @@ export default { </script> -<style scoped lang="scss"> +<style scoped lang="scss">; + +h1,h2,h3 { + color: base.$indigo +} input[type="radio"] { width: 2em; diff --git a/src/style.scss b/src/style.scss index 5ac9953..e863df9 100644 --- a/src/style.scss +++ b/src/style.scss @@ -47,3 +47,8 @@ $phone-min : 360px; margin: 0; height: 100%; } + +form p, form input, form h1, form h2, form h3, form span, form label { + color: $indigo; +} + -- GitLab