gitnet-assets/theme.css
2022-10-26 22:05:12 +02:00

48 lines
791 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;
}
.board {
flex-wrap: wrap;
}
.board-column:first-child {
margin-left: 0 !important;
}
.board-column {
margin-bottom: .5rem !important;
flex: 1 !important;
width: 25%:
}
@media screen and (max-width: 992px) {
.board-colomn {
width: 33%;
}
}
@media screen and (max-width: 640px) {
.board-colomn {
width: 50%;
}
}
@media screen and (max-width: 420px) {
.board-colomn {
width: 100%;
}
}