example.css 342 B

1234567
  1. /* Prefixing your CSS classes with your plugin name is a best practice to avoid
  2. * collisions with other plugin styles. */
  3. .console-plugin-template__nice {
  4. /* Use PatternFly semantic tokens for colors to support theming.
  5. * https://www.patternfly.org/tokens/all-patternfly-tokens */
  6. color: var(--pf-t--global--color--brand--default);
  7. }