From 861f3988c71dc74256c3297fd6ae3b9484e3668c Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:40:23 +0200 Subject: style: apply pink accent color (#ff2e63) across the site - btn-primary and badge-primary now use pink instead of cyan - Add btn-hnimdb-cyan class for cyan buttons where needed - HN comment text and 'Mentions on Hacker News' header in pink - Genre badges on cinema show page now pink (badge-primary) --- resources/views/cinema_show.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'resources/views/cinema_show.blade.php') diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 56dd89f..92e684d 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -25,7 +25,7 @@ .hn-comment { font-size: 0.875rem; - color: #868e96; + color: var(--cinema-pink); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; @@ -33,6 +33,10 @@ text-overflow: ellipsis; } +.hn-heading { + color: var(--cinema-pink); +} + @media (max-width: 768px) { .movie-credits { columns: 1; @@ -153,7 +157,7 @@ @if ( ! empty($hnStories) )