From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 7 Apr 2023 23:00:00 +0000 (-0700) Subject: playing around with text size and style X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=HEAD;p=sfm-player.git playing around with text size and style --- 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;