mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-13 14:27:17 +00:00
fix(ui): fix group bg
This commit is contained in:
parent
64d9787a1e
commit
032c0f9391
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<!-- Start a new commit group -->
|
||||
<article class="commit-group">
|
||||
<h4>{{ $commitTime.Format "Mon, 02 Jan 2006" }}</h4>
|
||||
<div class="tw-border tw-border-[--color-secondary] tw-rounded-md tw-divide-y tw-divide-[--color-secondary]">
|
||||
<div class="commit-group-commits tw-border tw-border-[--color-secondary] tw-rounded-md tw-divide-y tw-divide-[--color-secondary]">
|
||||
{{end}}
|
||||
|
||||
<div class="commit-timeline">
|
||||
|
|
|
@ -2771,6 +2771,9 @@ tbody.commit-list {
|
|||
|
||||
.commit-group {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.commit-group-commits {
|
||||
background: var(--color-box-body);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue