Created
July 31, 2018 04:37
-
-
Save avindra/52abeef104064170daab218ff9b211db to your computer and use it in GitHub Desktop.
Get NATIVE dark mode on pfSense (tested on 2.4.3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [ 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