diff options
author | Wolfgang Müller | 2022-11-04 20:33:38 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-11-04 20:33:38 +0100 |
commit | 2666c5768042bd0c7de7b774d82c6bd7bd02b9fb (patch) | |
tree | d540057fbd1b3112326d4a604b56974e28bf6bf4 /sass | |
parent | 71a942c6e9f04ff26b8404910a8a00adb51d7280 (diff) | |
download | zunzuncito-2666c5768042bd0c7de7b774d82c6bd7bd02b9fb.tar.gz |
Use "related" instead of "mentions"
Whilst we specifically mention related or relevant posts in some cases,
sometimes related posts are added without any commentary. In that case
it is confusing to name them "mentioned" without there being any mention
of them in the post itself. Naming these kinds of posts "related" makes
more sense and is clearer.
Diffstat (limited to 'sass')
-rw-r--r-- | sass/style.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/style.sass b/sass/style.sass index 1c9c352..1553227 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -56,7 +56,7 @@ a.bold-hover:hover text-decoration: none text-shadow: 0px 0px 1px var(--fg-href) -h3.mentions +h3.related margin: 0 h2.title |