diff --git a/website/client/src/assets/scss/typography.scss b/website/client/src/assets/scss/typography.scss index 59b206aafd2..350ebe95e56 100644 --- a/website/client/src/assets/scss/typography.scss +++ b/website/client/src/assets/scss/typography.scss @@ -131,6 +131,10 @@ h4 { color: $gray-50 !important; } +.gray-100 { + color: $gray-100 !important; +} + .gray-200 { color: $gray-200 !important; } diff --git a/website/client/src/components/header/banners/privacy.vue b/website/client/src/components/header/banners/privacy.vue index abf22843f2a..a2d20b449a2 100644 --- a/website/client/src/components/header/banners/privacy.vue +++ b/website/client/src/components/header/banners/privacy.vue @@ -1,18 +1,18 @@ @@ -22,6 +22,10 @@ min-width: 40px; width: 558px; } + + a, p { + line-height: 1.714; + } diff --git a/website/client/src/pages/user-main.vue b/website/client/src/pages/user-main.vue index 6d69e593814..1708f217310 100644 --- a/website/client/src/pages/user-main.vue +++ b/website/client/src/pages/user-main.vue @@ -15,6 +15,7 @@