From d9c6027c9d52b2f26c7c7c42ab0836503b7d49f4 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:00:00 -0700 Subject: [PATCH] playing around with text size and style --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c016b00..86fe9b2 100644 --- a/style.css +++ b/style.css @@ -252,12 +252,15 @@ p { #broadcast-artist { color: #565656; + font-size: 23px; + text-decoration: overline; + } #show-name, #status { color: #7a7a7a; } #status { - font-size: 20px; + /* font-size: 20px; */ } #desc { color: #b2b2b2; -- 2.34.1