From 8de5c79a0f3be15781a94943e34dcf33f3923c0f Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Thu, 17 Dec 2015 11:24:11 -0200 Subject: [PATCH] Increased font-size and weight on search preview --- src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css index 708b76a..8e0bdb9 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css +++ b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css @@ -43,6 +43,12 @@ font-size: 14px; } +.colab-search-results div.container div.row h4 a { + font-size: 19px; + font-weight: 700; + line-height: 21px; +} + .colab-search-results div.container div.row a { color: #172738; text-decoration: none; -- libgit2 0.21.2