Skip to content

Commit bcac815

Browse files
committed
Lighten button
1 parent 242cec1 commit bcac815

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ui/src/detail.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,16 +451,17 @@
451451
height: 25px;
452452
line-height: 25px;
453453
text-decoration: none;
454-
color: var(--content-2);
455-
border: 1px solid var(--content-2);
454+
color: var(--content-1);
455+
border: 1px solid var(--content-1);
456456
border-radius: 4px;
457457
padding-left: 10px;
458458
padding-right: 10px;
459459
font-size: 14px;
460460
}
461461
462462
a.more:hover {
463-
color: var(--content-1);
463+
color: var(--content-0);
464+
border: 1px solid var(--content-0);
464465
}
465466
466467
.section {

0 commit comments

Comments
 (0)