gitnet-assets/theme.css

16 lines
385 B
CSS
Raw Normal View History

2022-07-19 21:16:02 +02:00
/*
2022-03-02 17:30:12 +01:00
@import "./light-mode.css" all and (prefers-color-scheme: light);
2022-07-19 21:16:02 +02:00
*/
2022-07-19 21:07:46 +02:00
/*
2022-03-02 17:27:12 +01:00
@import "./gitea-github-theme/theme-github-dark.css" all and (prefers-color-scheme: dark);
2022-07-19 21:07:46 +02:00
*/
2022-03-07 09:55:59 +01:00
#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;
}