diff --git a/app/webpacker/css/admin/v2/main.scss b/app/webpacker/css/admin/v2/main.scss index 16c8b4370e..5059c55c00 100644 --- a/app/webpacker/css/admin/v2/main.scss +++ b/app/webpacker/css/admin/v2/main.scss @@ -1,4 +1,5 @@ @import "variables.scss"; +@import "shared/typography.scss"; body.admin.admin-v2 { @import "navigation.scss"; diff --git a/app/webpacker/css/admin/v2/shared/typography.scss b/app/webpacker/css/admin/v2/shared/typography.scss new file mode 100644 index 0000000000..216287e63c --- /dev/null +++ b/app/webpacker/css/admin/v2/shared/typography.scss @@ -0,0 +1,5 @@ +// Overide app/webpacker/css/admin/shared/typography.scss + +body.admin.admin-v2 { + color: $v2-medium-grey; +}