ColoradoSchoolOfMines / acm-site

Source code for acm.mines.edu
https://acm.mines.edu
GNU General Public License v3.0
2 stars 0 forks source link

Full responsiveness & stylesheet cleanup #54

Closed OxygenCobalt closed 1 year ago

OxygenCobalt commented 1 year ago

This PR removes the last responsiveness issues I was able to identify in the site, and cleans up/migrates the entire stylesheet to an Bootstrap 5.3.0 SCSS stylesheet that allows me to override components more extensively.

This removes the incomplete dark mode stylesheet in favor of letting bootstrap do it. I couldn't figure that out in time, but it should require very little fixing once enabled.

Note that the site will now require an SCSS build step, which can be done by just running npm run build:styles.