update assets
Some checks failed
metroline continuous-integration/metroline

This commit is contained in:
Simon Vieille 2022-03-07 09:55:59 +01:00
parent e3b0897dac
commit 619cdc2c9a

View file

@ -1,2 +1,10 @@
@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;
}
#profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img {
border-radius: 100% 100% 100% 0;
}