DEV Community

Discussion on: Changelog: Adjusted position of post buttons for wide screens

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

more contrast between page bg and button bg, because wcag

also, more cowbell

Collapse
 
link2twenty profile image
Andrew Bone

Or a border around the button would work too

.container .article-actions button:not(.user-activated), .container .article-actions a:not(.user-activated) {
  border: 2px solid #ccc;
}