From ac68a1a4395a0ae4dc937a9d7b527c0f9b3cc52c Mon Sep 17 00:00:00 2001 From: Yanatchara JERAJA Date: Sun, 16 Jul 2023 16:44:46 +0700 Subject: [PATCH] edit FAQ style --- src/components/Problems.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/components/Problems.css b/src/components/Problems.css index 253eb26..7efb2f0 100644 --- a/src/components/Problems.css +++ b/src/components/Problems.css @@ -424,3 +424,30 @@ div.MuiContainer-root { #sos-head { margin-top: 50px; } + +.text-blue-700 { + --tw-text-opacity: 1; + color: #fc6ac3; +} + +.bg-white { + --tw-bg-opacity: 1; + background-color: rgb(21 16 48); + border: none; +} + +.bg-white:hover { + --tw-bg-opacity: 1; + background-color: #2e2b52; + border: none; +} + +.text-gray-900 { + --tw-text-opacity: 1; + color: white; +} + +.text-gray-700 { + --tw-text-opacity: 1; + color: #ffcce5; +} \ No newline at end of file