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 %}