Just a small CSS fix
Just a small CSS fix
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're viewing a single thread.
All Comments
2 comments
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.
6 0 Replydid not know that, thanks, I switch it personally
1 0 Reply