Skip to content

Custom theme CSS for pi-hole to replace skin-blue AdminLTE theme

License

Notifications You must be signed in to change notification settings

S74NK/pi-hole-brimstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pi-hole-brimstone

Custom theme CSS for pi-hole to replace skin-blue AdminLTE theme.

Created for use with pi-hole.

Screenshot


Install

Type the following commands into SSH, line by line.

cd /var/www/html/admin/style/vendor/
sudo git clone https://github.com/S74NK/pi-hole-brimstone.git
sudo rm -f skin-blue.min.css
sudo cp pi-hole-brimstone/skin-blue.min.css .
sudo rm -rf pi-hole-brimstone

Don't forget the trailing " ." on the cp line (it means copy to current directory).

Uninstall/Revert

Type the following commands into SSH, line by line.

cd /var/www/html/admin/style/vendor/
sudo git reset --hard

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Custom theme CSS for pi-hole to replace skin-blue AdminLTE theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages