bS Dark Mode
Adds a dark mode switcher to bootScore
by Bastian Kreiter · github.com/crftwrk/bs4-dark-mode · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/crftwrk/bs4-dark-mode/archive/refs/heads/master.zipReadme
=== bS Dark Mode ===
Contributors: craftwerk
Requires at least: 4.5 Tested up to: 5.5.1 Requires PHP: 5.6 Stable tag: 1.0.3 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Adds a dark mode to bootScore WordPress theme, Copyright 2020 Bastian Kreiter.
== Installation ==
- In your admin panel, go to Plugins > and click the Add New button.
- Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
- Click Activate to use your new Plugin right away.
== Usage ==
Use shortcode [bs-dark-mode] to show the switch where you want.
== Changelog ==
= 1.0.3 - October 31 2020 =
* Stored user preferences by cookie to avoid a brief flicker of light-mode when reloading a page.
= 1.0.2 - October 24 2020 =
* Border to sidebar cards
= 1.0.1 - September 29 2020 =
* Icons inside the switch
= 1.0.0 - April 30 2020 =
* Initial release