From 2346253cfd8ed9b65ac678c718a0baa10aaaf29e Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 7 Apr 2026 17:35:52 +0000 Subject: [PATCH] change css file --- assets/css/custom.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index d5760ae..3cc3a5f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -99,8 +99,9 @@ body.rtl .table { } .display-title { - font-size: clamp(2.15rem, 5vw, 4rem); - max-width: 12ch; + font-size: clamp(1.8rem, 4vw, 2.75rem); + color: var(--accent); + max-width: 15ch; } .section-title { @@ -517,4 +518,4 @@ footer { .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); -} +} \ No newline at end of file