colors.css

Same filename in this branch
  1. 9 core/themes/seven/css/theme/colors.css
  2. 9 core/themes/bartik/css/colors.css
  3. 9 core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css
Same filename in other branches
  1. 7.x themes/bartik/css/colors.css
  2. 8.9.x core/themes/seven/css/theme/colors.css
  3. 8.9.x core/themes/claro/css/theme/colors.css
  4. 8.9.x core/themes/bartik/css/colors.css
  5. 8.9.x core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css
  6. 10 core/themes/claro/css/theme/colors.css
  7. 11.x core/themes/claro/css/theme/colors.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * Reusable colors.
 */
.color-success {
  color: #325e1c;
  background-color: #f3faef;
}
.color-warning {
  color: #734c00;
  background-color: #fdf8ed;
}
.color-error {
  color: #a51b00;
  background-color: #fcf4f2;
}

File

core/themes/claro/css/theme/colors.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * Reusable colors.
  9. */
  10. .color-success {
  11. color: #325e1c;
  12. background-color: #f3faef;
  13. }
  14. .color-warning {
  15. color: #734c00;
  16. background-color: #fdf8ed;
  17. }
  18. .color-error {
  19. color: #a51b00;
  20. background-color: #fcf4f2;
  21. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.