From 270c62951555048c3f6a046ea80d83dfc1073037 Mon Sep 17 00:00:00 2001 From: eric1tran Date: Tue, 9 Feb 2021 04:42:02 +0000 Subject: [PATCH] Italicize filter count text --- public_html/index.html | 2 +- public_html/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public_html/index.html b/public_html/index.html index 926caca..3becd38 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -220,7 +220,7 @@
- +
diff --git a/public_html/style.css b/public_html/style.css index eb35561..6953ff4 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -858,6 +858,10 @@ select.error, textarea.error, input.error { -moz-border-radius: 4px; } +.italicize { + font-style: italic; +} + .stats_button { position: relative; background-color: rgba(0, 160, 226, 1);