diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css index 9498ad3..b771bdb 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css +++ b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css @@ -522,3 +522,20 @@ span.highlighted { min-width: 960px; padding: 40px 0 60px 0; } + + +.colab-content h2{ + color: #FF0366; + font-size: 16px; + font-family: "open_sansregular",Arial, Helvetica,sans-serif; + font-weight: 300; + text-transform: uppercase; +} + +.colab-content h1{ + padding: 5px 0 10px 0; + border-bottom: 1px solid #D3D6DE; + font-family: Arial, Helvetica, sans-serif; + font-size: 35px; + font-variant: normal; +} diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html index c1d64a5..bbd8b82 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html @@ -4,7 +4,6 @@