From 4a3c271f40ac74c30bd413ac50383431f2ade072 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 16 Jun 2022 17:14:13 +0200 Subject: [PATCH] add: subtitle active form style --- src/app/subtitle/subtitle.component.css | 4 ++++ src/app/subtitle/subtitle.component.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/subtitle/subtitle.component.css b/src/app/subtitle/subtitle.component.css index a037ba1..a8209b8 100644 --- a/src/app/subtitle/subtitle.component.css +++ b/src/app/subtitle/subtitle.component.css @@ -3,6 +3,10 @@ font-family: 'Tangerine'; } +.active { + background-color: #fff6e6; +} + .button { display: inline-block; margin: 0.5em 0; diff --git a/src/app/subtitle/subtitle.component.html b/src/app/subtitle/subtitle.component.html index 9a38035..40be1c7 100644 --- a/src/app/subtitle/subtitle.component.html +++ b/src/app/subtitle/subtitle.component.html @@ -1,4 +1,4 @@ -
+

{{subtitle.Subtitle}}