diff --git a/files/assets/css/light.scss b/files/assets/css/light.scss index 6b8600c17..507a8d51e 100644 --- a/files/assets/css/light.scss +++ b/files/assets/css/light.scss @@ -2988,7 +2988,7 @@ body, #settings, #notifications, #submit{ .voting { font-weight: $font-weight-normal; - font-size: $font-size-base; + font-size: 1.2rem; } #frontpage .voting, #search .voting, #userpage .voting { @@ -3037,7 +3037,7 @@ body, #settings, #notifications, #submit{ } .arrow-up::before, .arrow-down::before, .arrow-up:hover::before, .arrow-down:hover::before { - font-size: $font-size-lg; + font-size: 1.5rem; color: $gray-400; opacity: 1; } @@ -3158,7 +3158,7 @@ body, #settings, #notifications, #submit{ .comment-actions { font-weight: $font-weight-normal; - font-size: $font-size-base; + font-size: 1.2rem; } .comment-write .comment-format .format { diff --git a/files/assets/css/main.scss b/files/assets/css/main.scss index b53849e61..71801b582 100644 --- a/files/assets/css/main.scss +++ b/files/assets/css/main.scss @@ -3028,7 +3028,7 @@ body, #settings, #notifications, #submit { .voting { font-weight: $font-weight-normal; - font-size: $font-size-base; + font-size: 1.2rem; } @@ -3074,7 +3074,7 @@ body, #settings, #notifications, #submit { } .arrow-up::before, .arrow-down::before, .arrow-up:hover::before, .arrow-down:hover::before { - font-size: 1.3rem; + font-size: 1.5rem; color: $gray-200; opacity: 1; } @@ -3191,7 +3191,7 @@ body, #settings, #notifications, #submit { .comment-actions { font-weight: $font-weight-normal; - font-size: $font-size-base; + font-size: 1.2rem; } .comment-write .comment-format .format { diff --git a/files/assets/images/emojis/marseyhead.webp b/files/assets/images/emojis/marseyhead.webp index ae1da9c6a..21acec2a9 100644 Binary files a/files/assets/images/emojis/marseyhead.webp and b/files/assets/images/emojis/marseyhead.webp differ diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 4c49e6c6f..99fc182a7 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -14,10 +14,10 @@ {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 6bfd8dfdb..965400e49 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -247,10 +247,10 @@ {% block stylesheets %} {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} {% endblock %} diff --git a/files/templates/log.html b/files/templates/log.html index 5c21c8a78..3274ccc0c 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -16,10 +16,10 @@ {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index 99bde899b..4305fe07a 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -15,7 +15,7 @@ - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index da9b42859..ed976b9c4 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -13,7 +13,7 @@ - + diff --git a/files/templates/settings.html b/files/templates/settings.html index ed809641e..0a2bb4532 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -71,8 +71,8 @@ - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 2bcfde26f..90290af59 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -39,9 +39,9 @@ {% if v %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 7d9eff5c5..1bfae9930 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -35,7 +35,7 @@ - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 40e34fbac..8025d0f95 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -30,7 +30,7 @@ - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 3bbc043d2..63c17309e 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -24,10 +24,10 @@ {% block stylesheets %} {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} {% endblock %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 97e357869..2142d3c2a 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -3,10 +3,10 @@ {% if u and u.profilecss %} {% block stylesheets %} {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} {% if u and u.profilecss %}