mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Globally change body color
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import "variables.scss";
|
||||
@import "shared/typography.scss";
|
||||
|
||||
body.admin.admin-v2 {
|
||||
@import "navigation.scss";
|
||||
|
||||
5
app/webpacker/css/admin/v2/shared/typography.scss
Normal file
5
app/webpacker/css/admin/v2/shared/typography.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
// Overide app/webpacker/css/admin/shared/typography.scss
|
||||
|
||||
body.admin.admin-v2 {
|
||||
color: $v2-medium-grey;
|
||||
}
|
||||
Reference in New Issue
Block a user