diff --git a/app/assets/stylesheets/rails_admin/custom/theming.scss b/app/assets/stylesheets/rails_admin/custom/theming.scss index 72ca4ecae0..092d9d3e56 100644 --- a/app/assets/stylesheets/rails_admin/custom/theming.scss +++ b/app/assets/stylesheets/rails_admin/custom/theming.scss @@ -9,5 +9,5 @@ Test me: (actual color should be the one defined in variables.scss if you did) - body { background-color: $link-color; } */ +body { background-color: lightpink; } diff --git a/spec/dummy_app/app/assets/stylesheets/rails_admin/custom/theming.css.scss b/spec/dummy_app/app/assets/stylesheets/rails_admin/custom/theming.css.scss new file mode 100644 index 0000000000..9b059eb3a7 --- /dev/null +++ b/spec/dummy_app/app/assets/stylesheets/rails_admin/custom/theming.css.scss @@ -0,0 +1 @@ +body { background-color: aquamarine; }