You are here

global-styling.css in Style Switcher 3.0.x

Same filename and directory in other branches
  1. 8.2 tests/themes/styleswitcher_test_base_theme/css/global-styling.css
body {
  background-color: white;
  color: black;
}

File

tests/themes/styleswitcher_test_base_theme/css/global-styling.css
View source
  1. body {
  2. background-color: white;
  3. color: black;
  4. }