Update homepage/config/custom.css

This commit is contained in:
rion 2025-02-22 20:24:14 -06:00
parent 7d9f6a450f
commit 0828614733

View File

@ -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 */ /* cards */
:is(.dark .dark\:bg-white\/5) { :is(.dark .dark\:bg-white\/5) {
border-radius: 10px; border-radius: 10px;
@ -16,4 +31,3 @@
background-color:rgba(224, 217, 217, 0); background-color:rgba(224, 217, 217, 0);
} }
} }