Commit 8de5c79a0f3be15781a94943e34dcf33f3923c0f
1 parent
95c0e9ef
Exists in
master
and in
23 other branches
Increased font-size and weight on search preview
It differs when visualizing article search preview items. Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css
... | ... | @@ -43,6 +43,12 @@ |
43 | 43 | font-size: 14px; |
44 | 44 | } |
45 | 45 | |
46 | +.colab-search-results div.container div.row h4 a { | |
47 | + font-size: 19px; | |
48 | + font-weight: 700; | |
49 | + line-height: 21px; | |
50 | +} | |
51 | + | |
46 | 52 | .colab-search-results div.container div.row a { |
47 | 53 | color: #172738; |
48 | 54 | text-decoration: none; | ... | ... |