From 5f6c468a4b4d4236d9718d56e647975154f7a8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 26 May 2026 21:29:22 +0300 Subject: [PATCH] style: add teal button styles to truncgil-akademi template --- .../templates/services/truncgil-akademi.blade.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/views/templates/services/truncgil-akademi.blade.php b/resources/views/templates/services/truncgil-akademi.blade.php index 373b103..6a1c398 100644 --- a/resources/views/templates/services/truncgil-akademi.blade.php +++ b/resources/views/templates/services/truncgil-akademi.blade.php @@ -120,6 +120,16 @@ background-color: #e8f4f6 !important; color: #1D8595 !important; } + .btn-teal { + background-color: #1D8595 !important; + border-color: #1D8595 !important; + color: #ffffff !important; + } + .btn-teal:hover { + background-color: #23636E !important; + border-color: #23636E !important; + color: #ffffff !important; + } /* Floating tech logo lists inside cards */ .tech-logo-strip {