From 38b8e966e1a2bc774456818fd353c4358c4f9162 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 19 Jul 2022 21:07:46 +0200 Subject: [PATCH] update assets --- main.js | 4 +++- theme.css | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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;