From 7c3bb67bf65fa9173b6e080e472afb3525d49535 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 7 Nov 2022 08:41:40 +0100 Subject: [PATCH] change color --- theme.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/theme.css b/theme.css index 9cfe37e..ae45547 100644 --- a/theme.css +++ b/theme.css @@ -1,10 +1,6 @@ -/* -@import "./light-mode.css" all and (prefers-color-scheme: light); -*/ - -/* -@import "./gitea-github-theme/theme-github-dark.css" all and (prefers-color-scheme: dark); -*/ +:root { + --color-hover: #58a0d1; +} #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image { background: none;