From 539e3070fba4a60cb7af3f126c5944dd43ade54b Mon Sep 17 00:00:00 2001 From: nulla2011 Date: Thu, 12 Oct 2023 13:09:13 +0800 Subject: [PATCH] fix style --- src/style.css | 4 ++-- tailwind.config.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 403eb9d..7b5d82a 100644 --- a/src/style.css +++ b/src/style.css @@ -8,7 +8,7 @@ font-weight: 400; color: #224463; - background-color: rgb(249, 249, 249); + background-color: rgb(246, 247, 248); font-synthesis: none; text-rendering: optimizeLegibility; @@ -18,7 +18,7 @@ } a { - font-weight: 500; + font-weight: 400; color: #646cff; text-decoration: inherit; } diff --git a/tailwind.config.js b/tailwind.config.js index 7981f23..c6e2b7d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -13,6 +13,7 @@ export default { secondary: '#2b2b2b', 'base-100': '#ffffff', '--rounded-btn': '0.3rem', + '--rounded-box': '0.4rem', }, }, ],