d61446fafc
The browser's default checkbox is too ugly, especially in dark mode
23 lines
517 B
JavaScript
23 lines
517 B
JavaScript
/*!
|
|
Aggregation of common JS.
|
|
Chirpy@2.3
|
|
https://github.com/cotes2020/jekyll-theme-chirpy
|
|
© 2020 Cotes Chung
|
|
MIT License
|
|
*/
|
|
|
|
{% include_relative _commons/back-to-top.js %}
|
|
|
|
{% include_relative _commons/search-display.js %}
|
|
|
|
{% include_relative _commons/sidebar.js %}
|
|
|
|
{% include_relative _commons/topbar-switch.js %}
|
|
|
|
{% include_relative _commons/topbar-title.js %}
|
|
|
|
{% include_relative _commons/copy-link.js %}
|
|
|
|
{% include_relative _commons/checkbox.js %}
|
|
|
|
{% include_relative _utils/tooltip-loader.js %}
|