Merge branch 'main' into fix-24635

This commit is contained in:
Excellencedev
2026-01-16 16:34:50 +01:00
committed by GitHub
14 changed files with 89 additions and 65 deletions
+1 -13
View File
@@ -469,19 +469,6 @@ a.label,
box-shadow: 1px 1px 0 0 var(--color-secondary);
}
.ui.comments .comment .text {
margin: 0;
}
.ui.comments .comment .text,
.ui.comments .comment .author {
color: var(--color-text);
}
.ui.comments .comment a.author:hover {
color: var(--color-primary);
}
.ui.comments .comment .metadata {
color: var(--color-text-light-2);
}
@@ -562,6 +549,7 @@ img.ui.avatar,
color: var(--color-purple) !important;
}
/* it is different from tw-text-black: this one changes in dark theme */
.text.black {
color: var(--color-text) !important;
}
-4
View File
@@ -46,10 +46,6 @@
height: 20px;
}
#git-graph-container li .author {
color: var(--color-text-light);
}
#git-graph-container li .time {
color: var(--color-text-light-3);
font-size: 80%;
-9
View File
@@ -56,15 +56,6 @@
min-width: 0;
}
.ui.comments .comment .author {
font-size: 1em;
font-weight: var(--font-weight-medium);
}
.ui.comments .comment a.author {
cursor: pointer;
}
.ui.comments .comment .metadata {
display: inline-block;
margin-left: 0.5em;