gitnet-assets/theme.css
2022-07-19 21:07:46 +02:00

14 lines
379 B
CSS

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