this post was submitted on 12 Jun 2023
11 points (100.0% liked)

Lemmy.World Announcements

29163 readers
67 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

Install something like https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe extension, insert this style:

.post-listing {
    border-radius: 10px;
    padding: 10px;
  	background-color: #23252f;
}

body {
  background-color: #282937;
}

.navbar {
  background-color: #23252f;
}

.vote-bar {
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-body {
  background-color: #23252f;
}

.border-secondary {
      border: 1px solid #1a1c23 !important;
}

I think it looks a bit better, inspired by Dracula theme

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 2 years ago (1 children)

Stylish is owned by analytics company SimilarWeb.

Stylus is an open source alternative created after Stylish's controversy, is compatible with Stylish, has more features and no tracking.

Here are some additional alternatives.

The theme looks nice though.

[โ€“] denverCoder9 1 points 2 years ago

did not know that, thanks, I switch it personally