1
0
Fork 0
forked from gitea/nas

Merge remote-tracking branch 'parent/main' into kb_migration

This commit is contained in:
KMY 2023-07-18 11:35:02 +09:00
commit a56a732dd2
57 changed files with 986 additions and 605 deletions

View file

@ -1478,6 +1478,7 @@ body > [data-popper-placement] {
.detailed-status__link {
color: inherit;
text-decoration: none;
white-space: nowrap;
}
.detailed-status__favorites,
@ -4456,7 +4457,7 @@ a.status-card.compact:hover {
}
.relationship-tag {
color: $primary-text-color;
color: $white;
margin-bottom: 4px;
display: block;
background-color: rgba($black, 0.45);