I always thought the buttons looked a bit harsh, so I whipped up a user style that mellows it out a bit. If you have Stylus or some other user styles browser extension, copy this into a new style for forum.freecodecamp.org and enjoy not cutting your shins on the corners of those buttons
Posting it in #contributors since I’d love to get the base theme changed, but you know what they say about taste. Feel free to add suggestions or report any bugs.
BTW to all the FCC students: user styles have to use a lot of !important
due to their nature. Don’t use it for the CSS you write in your own pages.
/* This is designed for the "Dawn" theme. Do not use with the light theme */
p,
a.title {
color: #ccc !important;
}
a.title:visited {
color: #878893 !important;
}
.btn,
.avatar,
.combo-box-header,
.navigation-container a {
border-radius: 5px !important;
border: 1.5px solid #999 !important;
color: #ccc !important;
}
.badge-category-bg {
border-radius: 3px;
}
.avatar[height='32'],
.avatar[height='25'] {
border-radius: 3px !important;
}
.avatar {
box-shadow: none !important;
}
.avatar.latest {
border-color: #5a5 !important;
}