Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
update to dark mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSaah committed Jul 2, 2023
1 parent 2cac397 commit 02d52eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-theme-luna
Submodule hugo-theme-luna updated 73 files
+82 −49 README.md
+75 −47 README.zh.md
+3 −2 assets/sass/_common/_lazyload.scss
+13 −0 assets/sass/_partial/_page_github.scss
+2 −2 assets/sass/_partial/_page_search.scss
+2 −2 assets/sass/_partial/_page_single.scss
+1 −1 assets/sass/modules/katex.css
+10 −3 assets/sass/theme.scss
+8 −9 assets/sass/typo.scss
+33 −33 assets/ts/modules/flexsearch.js
+38 −24 assets/ts/modules/katex-copy.js
+23 −1 assets/ts/modules/katex-render.js
+546 −204 assets/ts/modules/katex.js
+15 −3 assets/ts/modules/lazyload.js
+7 −3 assets/ts/modules/medium-zoom.js
+2 −1,388 assets/ts/modules/swup.js
+279 −112 assets/ts/modules/swupHeadPlugin.js
+12 −0 assets/ts/modules/swupMorphPlugin.js
+65 −45 assets/ts/modules/swupProgressPlugin.js
+0 −1 assets/ts/src/initActiveMenu.ts
+1 −1 data/luna/icon.yaml
+53 −0 exampleSite/.github/workflows/main.yml
+7 −7 exampleSite/config.yaml
+11 −0 exampleSite/netlify.toml
+0 −0 exampleSite/static/CNAME
+10 −0 exampleSite/vercel.json
+4 −5 layouts/_default/_markup/render-image.html
+2 −2 layouts/_default/baseof.html
+69 −49 layouts/_default/github.html
+10 −3 layouts/_default/search.html
+1 −1 layouts/_default/terms.html
+184 −177 layouts/_default/twitter.html
+7 −7 layouts/partials/article-list/components/cover.html
+59 −59 layouts/partials/article-list/components/info.html
+5 −5 layouts/partials/article-list/components/no-cover.html
+29 −29 layouts/partials/article-list/components/pagination.html
+85 −82 layouts/partials/article-list/components/with-cover.html
+6 −7 layouts/partials/article-list/type/posts.html
+24 −24 layouts/partials/article-list/type/status.html
+17 −17 layouts/partials/article/article.html
+8 −8 layouts/partials/article/components/content.html
+7 −7 layouts/partials/article/components/cover.html
+65 −65 layouts/partials/article/components/info.html
+14 −14 layouts/partials/article/components/license.html
+7 −7 layouts/partials/article/components/no-cover.html
+4 −4 layouts/partials/article/components/share.html
+57 −55 layouts/partials/article/components/with-cover.html
+13 −13 layouts/partials/comments/include.html
+4 −4 layouts/partials/comments/provider/custom.html
+53 −53 layouts/partials/comments/provider/giscus.html
+8 −8 layouts/partials/components/announcement.html
+10 −2 layouts/partials/components/i18nlist.html
+1 −1 layouts/partials/custom/footer.html
+1 −1 layouts/partials/custom/icons.html
+8 −8 layouts/partials/data/description.html
+10 −13 layouts/partials/data/image.html
+39 −38 layouts/partials/data/title.html
+7 −7 layouts/partials/helper/resources.html
+2 −2 layouts/partials/html/head/opengraph/include.html
+33 −33 layouts/partials/html/head/opengraph/provider/base.html
+17 −17 layouts/partials/html/head/opengraph/provider/twitter.html
+53 −44 layouts/partials/html/header.html
+18 −18 layouts/partials/html/style.html
+29 −25 layouts/shortcodes/button-outline.html
+29 −25 layouts/shortcodes/button.html
+15 −16 layouts/shortcodes/color.html
+25 −25 layouts/shortcodes/hugo-encrypt.html
+2 −2 layouts/shortcodes/link.html
+14 −0 netlify.toml
+19 −19 package.json
+22 −24 postcss.config.js
+25 −25 updateModules.js
+12 −0 vercel.json

0 comments on commit 02d52eb

Please sign in to comment.