this post was submitted on 14 Jul 2024
7 points (100.0% liked)

AniSocial Meta

2 readers
1 users here now

Welcome to the AniSocial Lemmy community!

This is a space for meta discussions about our instance and ways to improve our community. Share your ideas, feedback, suggestions, and questions with us here.

Important announcements may also be found here.


Rules

  1. All posts must be related to the AniSocial website.

  2. Be kind and respectful to one another.

  3. Do not impersonate another person or entity.

  4. Do not create announcement posts if you are not an admin.


Helpful links

founded 1 year ago
MODERATORS
 

Actual:

Expected:

Edit: the font colours are wanted I was just struggling with the CSS to make an example.

top 12 comments
sorted by: hot top controversial new old
[–] hitagi@ani.social 2 points 2 months ago (1 children)

I think I can add a custom theme with a pure black background. I'll try it later.

[–] Toes@ani.social 2 points 2 months ago (1 children)

Thanks that's appreciated. I'm trying to go for an OLED compatible theme and that requires actual black rgb(0,0,0)

[–] hitagi@ani.social 2 points 2 months ago (1 children)

I added an "amoled" theme under the theme dropdown in user settings. Let me know if it works!

[–] Toes@ani.social 1 points 2 months ago* (last edited 2 months ago) (1 children)

Hi thanks for that! ~~So, I tried the theme but I'm seeing colour rgb(17,17,17) instead of rgb(0,0,0).~~

rgb(17,17,17)

rgb(0,0,0)

I'm using firefox if that matters.

Edit 1: The setting un-applied after browsing for a bit? Might be a cache issue I cleared it.

~~Seems to be working now~~Thanks

Edit 2:

The reply dialog is still the old grey black.

[–] hitagi@ani.social 2 points 2 months ago (1 children)

Should be fixed now. You might have to clear browser cache for it to take effect or wait it out a bit. Let me know how it goes!

[–] Toes@ani.social 2 points 2 months ago (1 children)

That worked :) looks great. You might wanna consider creating a git pull for this theme?

[–] hitagi@ani.social 2 points 2 months ago (2 children)

I think I'll leave it to other people to do a PR. I simply changed all #111 to #000 and 17, 17, 17 to 0, 0, 0 so there might be some unintended behavior somewhere. Also, the last time I did a PR, it didn't end very well.

The CSS file is accessible here however: https://ani.social/css/themes/amoled.css

[–] wjs018@ani.social 3 points 2 months ago

the last time I did a PR, it didn’t end very well

Oh no! The memories all came rushing back!

[–] Toes@ani.social 2 points 2 months ago (1 children)

unintended behavior

Yup, found some.

This post https://ani.social/post/4257034 and the modlog use black text :o

[–] hitagi@ani.social 1 points 2 months ago

The text for tables should be fixed now

[–] wjs018@ani.social 2 points 2 months ago (1 children)

I think this might be a lemmy-ui issue rather than an ani.social issue. I don't know a thing about css, but I think the offending bit of it is here in the lemmy-ui source.

[–] Toes@ani.social 2 points 2 months ago

Yeah that's where I was struggling. That element only controls some of the page. The UI CSS is poorly formatted and feels like spaghetti code.