this post was submitted on 13 Jun 2023
32 points (100.0% liked)

Rust Lang

709 readers
1 users here now

Rules [Developing]

Observe our code of conduct

Constructive criticism only

No endless relitigation

No low-effort content

No memes or image macros

No NSFW Content

founded 1 year ago
MODERATORS
 

Hey LemmyRS,

I decided to try and change the style of the website to make it as accessible and appealing as I could through dev tools (inspect element).

Here are my results

Current:

After changing:

I thought this would help foster discussion on how we can improve this instance to look both appealing and accessible for supporting the most users for our growing community!

Let me know what you think!

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 1 year ago (3 children)

I really like the darker colors. But I don't think it's possible to change the styles of this particular instance, it would have to be implemented in lemmy-ui (and then be available to all lemmy instances).

And note that capitalized text isn't particularly accessible. In fact, it is harder to read than regular text, because we have a lot more practice reading regular text than capitalized text.

[–] [email protected] 6 points 1 year ago (1 children)

and note that capitalized text isn't particularly accessible

Yeah admittedly my "sense" in design has a ways to go. After my exams I'm hoping to read "Don't let me think Twice", which is apparently a really good book for UI design. Hopefully maybe i can bring in some of the good concepts from there to Lemmy too

[–] [email protected] 7 points 1 year ago (1 children)

In the UK, a design committee found that they shouldn't use all-caps on road signage (the norm at the time) because it couldn't be read at a glance

They also designed their own font, you might have seen it:

[–] [email protected] 6 points 1 year ago

I appreciate the example and am happy to admit this is a bad design decision regarding accessibility

As a means of preventing any of these decisions from reaching end-users, I'll make sure to participate in GitHub discussions before making any PRs

Thank you for the feedback

[–] lightsecond 4 points 1 year ago (1 children)

Do you know if communities can choose their own custom CSS?

[–] [email protected] 4 points 1 year ago (1 children)

If that were possible I would disable it, same as I did on Reddit. I want to be the one to customize the theme to my liking consistently across all communities I view, not to the liking of each individual community. Maybe what is missing are:

  • Improve the default themes
  • Custom CSS saved along with your user profile
[–] [email protected] 2 points 1 year ago (1 children)
  • Custom CSS saved along with your user profile

You can use a browser extension like Stylus or Greasemonkey. Actually, I could create and publish a configurable userstyle if there's demand for it.

[–] [email protected] 2 points 1 year ago

Well sure. I use Stylebot and have already set up a few tweaks to Lemmy to my liking. But it would be more convenient to save it to my profile where it could be used no matter what device I log in with.

[–] [email protected] 4 points 1 year ago

I'm pretty sure individual lemmy instances can host their own themese, see the docs. Though notably I have never done it before, so not super sure the difficulty

[–] [email protected] 5 points 1 year ago

one of the best features of (old) reddit was the ease of customizing a communities css, and the way you could make each community you moderate its own and feel like a seperate, unique place to be

I hope Lemmy improves on this front soon, having to fiddle with files on the backend or make pull requests to the application proper introduces a lot of friction. (not to mention I find the default theming kinda mediocre)

[–] [email protected] 4 points 1 year ago (1 children)

The bolder text looks great!

[–] [email protected] 3 points 1 year ago (1 children)

Thank you! I was trying to distinguish title-like elements from regular text using a heavier font-weight. I also didn't like how the Rust logo was hard to see, so I gave it a white background. I was wondering if I could somehow contribute to the website in any way.

Any help would be appreciated!

[–] [email protected] 5 points 1 year ago (1 children)
[–] [email protected] 4 points 1 year ago

This is great, i wouldn't mind helping with all Lemmy instances by contributing to the front-end. Thank you <3