Flarfan79 I will try it and then reply to you.
It can be distinguished by adding a color bar at the top, and the background color can be changed:👇
button.Button.Button--primary.IndexPage-newDiscussion.hasIcon {
border-top: 10px solid #d83e3e;
background: #000;
}
Move it to the bottom, but don't know if there will be other incompatibilities:👇
@media (min-width: 992px) and (max-width: 2560px) {
.IndexPage-nav .item-newDiscussion {
width: 100%;
bottom: 0;
position: absolute;
margin: 50px auto !important;
}
}