faymek / medialabwiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medialab Wiki

?> Medialab 知识库

颜色主题

点击可更换主题

defaults.css simple.css simple-dark.css vue.css buble.css dark.css pure.css
<style> .demo-theme-preview a { padding-right: 10px; } .demo-theme-preview a:hover { cursor: pointer; text-decoration: underline; } </style> <script> var preview = Docsify.dom.find('.demo-theme-preview'); var themes = Docsify.dom.findAll('[rel="stylesheet"]'); preview.onclick = function (e) { var title = e.target.getAttribute('data-theme') themes.forEach(function (theme) { theme.disabled = theme.title !== title }); }; </script>

About


Languages

Language:HTML 100.0%