Globally change body color

This commit is contained in:
Jean-Baptiste Bellet
2022-11-24 16:43:33 +01:00
parent 27b396cbc2
commit dbb7155114
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
@import "variables.scss";
@import "shared/typography.scss";
body.admin.admin-v2 {
@import "navigation.scss";

View File

@@ -0,0 +1,5 @@
// Overide app/webpacker/css/admin/shared/typography.scss
body.admin.admin-v2 {
color: $v2-medium-grey;
}