diff --git a/tailwind.config.js b/tailwind.config.js index bf5eda1..2b5e2f3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -17,13 +17,13 @@ module.exports = { 'c-dark-slate-background': colors.slate[950], 'c-dark-slate-header-background': colors.slate[800], 'c-dark-slate-navbar-background': colors.slate[800], + 'c-dark-slate-card': colors.slate[800], 'c-dark-slate-border': colors.slate[600], 'c-dark-slate-text': colors.slate[200], + 'c-dark-slate-text-dark': colors.slate[600], 'c-dark-slate-documentation-background': colors.slate[900], 'c-dark-background': colors.slate[600], 'c-dark-blue-background': colors.blue[950], - - } }, }, diff --git a/views/components/cards/reporting_card.templ b/views/components/cards/reporting_card.templ index ea030c4..2375d6d 100644 --- a/views/components/cards/reporting_card.templ +++ b/views/components/cards/reporting_card.templ @@ -31,13 +31,13 @@ var reportingCards = []ReportingCardData{ templ executedPlaybooksCard(data ReportingCardData) { @Card() {
Implemented new user interface designs in Figma to streamline the workflow and enhance user experience for security automation.
- + Learn more