style: add teal button styles to truncgil-akademi template

This commit is contained in:
Ümit Tunç
2026-05-26 21:29:22 +03:00
parent 48ae773e85
commit 5f6c468a4b
@@ -120,6 +120,16 @@
background-color: #e8f4f6 !important; background-color: #e8f4f6 !important;
color: #1D8595 !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 */ /* Floating tech logo lists inside cards */
.tech-logo-strip { .tech-logo-strip {