mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
✨ feat: add support for giscus & utterances comments
This commit is contained in:
parent
93c8b577b8
commit
19d120019b
17 changed files with 333 additions and 99 deletions
1
static/js/initializeTheme_min.js
Normal file
1
static/js/initializeTheme_min.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
!function(){const e=localStorage.getItem("theme");if(e)document.documentElement.setAttribute("data-theme",e);else{const t=window.matchMedia("(prefers-color-scheme: dark)").matches;document.documentElement.setAttribute("data-theme",t?"dark":"light")}}();
|
||||
Loading…
Add table
Add a link
Reference in a new issue