From bcd9a63c39e4f757cbb50c322361f115fa4eda05 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Apr 2024 14:05:59 -0400 Subject: [PATCH] notification: minor color tweak --- common/static/scss/_feed.scss | 5 +++++ common/templates/common_libs.html | 2 +- social/templates/event/follow_requested.html | 14 +++++++------- social/templates/event/followed.html | 14 +++++++------- users/templates/users/relationship_list.html | 2 +- 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/common/static/scss/_feed.scss b/common/static/scss/_feed.scss index ebc187a9..fc866bea 100644 --- a/common/static/scss/_feed.scss +++ b/common/static/scss/_feed.scss @@ -69,6 +69,11 @@ padding-top: 0; padding-bottom: 0; margin: 0; + color: var(--pico-muted-color); + + a { + color: var(--pico-muted-color); + } } p:last-child { diff --git a/common/templates/common_libs.html b/common/templates/common_libs.html index 1369fd11..c01313c6 100644 --- a/common/templates/common_libs.html +++ b/common/templates/common_libs.html @@ -17,7 +17,7 @@ return this; }; - + diff --git a/social/templates/event/follow_requested.html b/social/templates/event/follow_requested.html index 7ef6bcb0..4cf890cb 100644 --- a/social/templates/event/follow_requested.html +++ b/social/templates/event/follow_requested.html @@ -1,13 +1,13 @@ {% load i18n %} {% load bleach_tags %} {% trans 'requested to follow you' %} +
+ {% include 'users/profile_actions.html' with show_home=1 identity=event.identity %} + @{{ event.identity.full_handle }} +
-
- {% include 'users/profile_actions.html' with show_home=1 identity=event.identity %} - @{{ event.identity.full_handle }} -
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }}
diff --git a/social/templates/event/followed.html b/social/templates/event/followed.html index aa966af4..9c83c784 100644 --- a/social/templates/event/followed.html +++ b/social/templates/event/followed.html @@ -1,13 +1,13 @@ {% load i18n %} {% load bleach_tags %} {% trans 'followed you' %} +
+ {% include 'users/profile_actions.html' with show_home=1 identity=event.identity %} + @{{ event.identity.full_handle }} +
-
- {% include 'users/profile_actions.html' with show_home=1 identity=event.identity %} - @{{ event.identity.full_handle }} -
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }}
diff --git a/users/templates/users/relationship_list.html b/users/templates/users/relationship_list.html index 8cde8a11..a9e5acd7 100644 --- a/users/templates/users/relationship_list.html +++ b/users/templates/users/relationship_list.html @@ -2,7 +2,7 @@

{% include 'users/profile_actions.html' with show_home=1 %} @{{ identity.handle }}