From a9d0e452814b822c631f050e842c4d38aecccde9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 09:32:45 +0300 Subject: make the main list stand out --- assets/css/misc.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assets/css/misc.css (limited to 'assets') diff --git a/assets/css/misc.css b/assets/css/misc.css new file mode 100644 index 0000000..1d239dd --- /dev/null +++ b/assets/css/misc.css @@ -0,0 +1,4 @@ +.list-group-item { + /* Make the main list stand out, don't blur it out. */ + color: #333 !important; +} -- cgit v1.2.3