diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 4ea54e4c9..32d39f539 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6676,6 +6676,12 @@ g { text-transform: lowercase !important; } +.sharpen:not(a) { + color: red !important; + font-weight: bold !important; + font-style: italic !important; +} + .rainbow-text:not(a) > p { color: transparent !important; } diff --git a/files/templates/comments.html b/files/templates/comments.html index 3fba23e36..809db9ebb 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -246,7 +246,7 @@ {% endif %} {% set realbody = c.realbody(v) %} -
+
{{realbody | safe}}
{% if c.parent_post or c.wall_user_id %} diff --git a/files/templates/post.html b/files/templates/post.html index 3ca79ad79..8ea6e3213 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -81,13 +81,13 @@ {% if p.realurl(v) and not v_forbid_deleted %}

- + {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}

{% else %} -

+

{% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}

@@ -117,7 +117,7 @@ {% endif %} -
+
{% if p.is_image %}
diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index fcb33d38b..80214ee47 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -208,7 +208,7 @@ {% if not v_forbid_deleted %} {% if p.realbody(v, listing=True) %} -
+
{{p.realbody(v, listing=True) | safe}}
{% endif %}