themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 30 forks source link

Mute the approve/remove button colors for less visual distraction. #645

Closed zorbathut closed 1 year ago

justcool393 commented 1 year ago

small consideration for future that i've thought of:

py-0 nobackground px-1 text-muted

these get duplicated in a lot of places for the buttons (these are basically the Bootstrap utility classes). do we want to combine this into a "action-button" (name pending) CSS class or something?

zorbathut commented 1 year ago

do we want to combine this into a "action-button" (name pending) CSS class or something?

Possibly, yeah.

I actually have no idea what good practices for CSS are, it always seems to turn ugly.