File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/epsgrafi/public_html/perfex/resources/css/text.css
@layer components {
  .text-muted {
    @apply tw-text-neutral-500;
  }

  .text-primary {
    @apply tw-text-primary-600;
  }

  a.text-primary:hover,
  a.text-primary:focus {
    @apply tw-text-primary-700;
  }

  .text-success {
    @apply tw-text-success-600;
  }

  a.text-success:hover,
  a.text-success:focus {
    @apply tw-text-success-700;
  }

  .text-info {
    @apply tw-text-info-600;
  }

  a.text-info:hover,
  a.text-info:focus {
    @apply tw-text-info-700;
  }

  .text-warning {
    @apply tw-text-warning-600;
  }

  a.text-warning:hover,
  a.text-warning:focus {
    @apply tw-text-warning-700;
  }

  .text-danger {
    @apply tw-text-danger-500;
  }

  a.text-danger:hover,
  a.text-danger:focus {
    @apply tw-text-danger-600;
  }
}