From e89b1902e3b5dc1acc47b22ae738d43a6652b244 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 16:59:49 +0200 Subject: license --- resources/views/cinema_show.blade.php | 38 +++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 6494cdd..63ec736 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -23,6 +23,9 @@ column-gap: 20px; } +.hn-story { + color: var(--cinema-pink); +} .hn-comment { font-size: 0.875rem; color: var(--cinema-pink); @@ -155,14 +158,6 @@ @endif - @if ( ! empty($movie->license_url) ) -