update assets

This commit is contained in:
Simon Vieille 2022-07-19 21:07:46 +02:00
parent 0c7ba600e3
commit 38b8e966e1
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,4 @@
/*
const replaceLinks = () => {
const links = document.querySelectorAll('.download a')
@ -15,5 +16,6 @@ const replaceLinks = () => {
}
document.addEventListener("DOMContentLoaded", () => {
// replaceLinks()
replaceLinks()
})
*/

View file

@ -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;