• This repository has been archived on 31/Jan/2021
  • Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

pi-hole-midnight

Custom dark 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/jacobbates/pi-hole-midnight.git
sudo rm -f skin-blue.min.css
sudo cp pi-hole-midnight/skin-blue.min.css .
sudo rm -rf pi-hole-midnight

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.