Skip to content

Instantly share code, notes, and snippets.

@avindra
Created July 31, 2018 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avindra/52abeef104064170daab218ff9b211db to your computer and use it in GitHub Desktop.
Save avindra/52abeef104064170daab218ff9b211db to your computer and use it in GitHub Desktop.
Get NATIVE dark mode on pfSense (tested on 2.4.3)
# [ SSH TO YOUR ROUTER ] =
# Press 8 for a shell
cd /usr/local/www/css
ls -lah
cp pfSense.css pfSense.css.base
cat pfSense.css.base pfSense-dark.css > pfSense.css
# Reload browser, the styles should take effect immediately.
# [ OPTIONAL ]: additional styling.
# of note: font size gets smaller
cat pfSense.css.base pfSense-dark.css pfSense-dark-BETA.css > pfSense.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment