Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

readme.md

File metadata and controls

29 lines (19 loc) · 1.09 KB

English | 简体中文

Description

A plugin for docsify

Create two buttons in the top left corner that allow users to customize the font size img.png

example

Install

<script src="//cdn.jsdelivr.net/gh/SDU-Little-River/docsify-fontsize@latest/fontsize.js"></script>

NightModeCompatible

Compatible with the docsify-dark-switcher plugin, if you want to use the following styles, please import the darkmode.css in the repository

<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/SDU-Little-River/docsify-fontsize@latest/darkmode.css">

light dark

compatibilityFix

Fix a bug,The docsify-dark-switcher plugin was not compatible with night mode

origin fixed