summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-14 10:34:54 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-14 10:34:54 +0700
commit62e4264a9d5c1834e2137e33b62e5618017de1d0 (patch)
tree2303d5c6eb35bd159f6493faa80ae6b624110da8 /src/styles
parent232c8724489ff77081f1e9e2045336accbb66c7f (diff)
no message
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 0d1f317d..3ecf04b8 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -16,14 +16,14 @@ html, body {
@layer base {
h1, .h1 {
@apply
- text-h-lg
+ text-h-md
font-semibold
;
}
h2, .h2 {
@apply
- text-h-md
+ text-body-2
font-semibold
leading-6
;