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 d081a79..708b76a 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,15 @@ font-size: 14px; } +.colab-search-results div.container div.row a { + color: #172738; + text-decoration: none; +} + +.colab-search-results div.container div.row a:hover { + text-decoration: none; +} + .btn:hover { color: white; } @@ -60,3 +69,8 @@ font-family: Arial; font-weight: bold; } + +.colab-result-register { + display: block; + padding-top: 40px; +} diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html index 6fc4380..4377c78 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html @@ -30,7 +30,7 @@ {% endblock %} {% block main-content %} -