From f8ba10dfbaa964cb6a5cf02e2187797e05b65340 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Wed, 17 Mar 2021 11:40:29 +0000 Subject: [PATCH] Include sketch title the sketch listing page. --- community/public/css/lms.css | 5 +++++ community/www/sketches/index.html | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/community/public/css/lms.css b/community/public/css/lms.css index 590f8160..004767ee 100644 --- a/community/public/css/lms.css +++ b/community/public/css/lms.css @@ -62,3 +62,8 @@ .sketch-header { margin-bottom: 1em; } + +.sketch-card .sketch-title a { + font-weight: bold; + color: inherit; +} diff --git a/community/www/sketches/index.html b/community/www/sketches/index.html index 5da1037e..e99ff675 100644 --- a/community/www/sketches/index.html +++ b/community/www/sketches/index.html @@ -19,14 +19,19 @@
{% for sketch in sketches %}
-
+