diff --git a/main.js b/main.js index e7a2664..3b4e213 100644 --- a/main.js +++ b/main.js @@ -1,3 +1,4 @@ +/* const replaceLinks = () => { const links = document.querySelectorAll('.download a') @@ -15,5 +16,6 @@ const replaceLinks = () => { } document.addEventListener("DOMContentLoaded", () => { - // replaceLinks() + replaceLinks() }) +*/ diff --git a/theme.css b/theme.css index 9ceb256..2948a86 100644 --- a/theme.css +++ b/theme.css @@ -1,5 +1,8 @@ @import "./light-mode.css" all and (prefers-color-scheme: light); + +/* @import "./gitea-github-theme/theme-github-dark.css" all and (prefers-color-scheme: dark); +*/ #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image { background: none;