From 1d7647bcdf1875e9c587e2763fc221bef7d7fa55 Mon Sep 17 00:00:00 2001 From: efim Date: Wed, 28 Jun 2023 12:10:25 +0000 Subject: [PATCH] feat(12): active states styled --- .../src/main/resources/templates/index.html | 6 +++--- 12-order-summary-component-thymeleaf/tailwind.config.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html b/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html index 4026ae2..da3429e 100644 --- a/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html +++ b/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html @@ -61,17 +61,17 @@

Annual Plan

$59.99/year

- - + diff --git a/12-order-summary-component-thymeleaf/tailwind.config.js b/12-order-summary-component-thymeleaf/tailwind.config.js index 31d01a6..f335bd0 100644 --- a/12-order-summary-component-thymeleaf/tailwind.config.js +++ b/12-order-summary-component-thymeleaf/tailwind.config.js @@ -9,6 +9,7 @@ module.exports = { 'very-pale-blue': 'hsl(225, 100%, 98%)', 'desaturated-blue': 'hsl(224, 23%, 55%)', 'dark-blue': 'hsl(223, 47%, 23%)', + 'warm-blue': 'hsl(245, 83%, 68%)', }, fontFamily: { 'sans': ['Red Hat Display', 'sans-serif'], // This will set Roboto as the default sans font