From 08286147337c10948291e57c2f63f9937952a8f9 Mon Sep 17 00:00:00 2001 From: rion Date: Sat, 22 Feb 2025 20:24:14 -0600 Subject: [PATCH] Update homepage/config/custom.css --- homepage/config/custom.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/homepage/config/custom.css b/homepage/config/custom.css index 89be4a7..555663e 100644 --- a/homepage/config/custom.css +++ b/homepage/config/custom.css @@ -1,3 +1,18 @@ + +/* 7f2b5c1acbc7cfd2.css | http://home.atkinsonhideout.com/_next/static/css/7f2b5c1acbc7cfd2.css */ + +.text-sm { + /* font-size: .875rem; */ + font-size: 1.2rem; +} + +.text-xl { + /* font-size: 1.25rem; */ + font-size: 1.75rem; +} + + + /* cards */ :is(.dark .dark\:bg-white\/5) { border-radius: 10px; @@ -16,4 +31,3 @@ background-color:rgba(224, 217, 217, 0); } } -