File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 8
8
{{if .LatestCommitUser}}
9
9
{{avatar .LatestCommitUser 24}}
10
10
{{if .LatestCommitUser.FullName}}
11
- <a href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a>
11
+ <a class="author" href="{{.LatestCommitUser.HomeLink}}"><strong>{{.LatestCommitUser.FullName}}</strong></a>
12
12
{{else}}
13
- <a href="{{.LatestCommitUser.HomeLink}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a>
13
+ <a class="author" href="{{.LatestCommitUser.HomeLink}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a>
14
14
{{end}}
15
15
{{else}}
16
16
{{if .LatestCommit.Author}}
Original file line number Diff line number Diff line change 323
323
.ui.avatar {
324
324
margin-bottom : 5px ;
325
325
}
326
+
327
+ .author ,
328
+ .commit-summary a {
329
+ color : var (--color-text );
330
+ }
326
331
}
327
332
328
333
tbody {
364
369
width : 33% ;
365
370
366
371
max-width : calc (100vw - 140px );
372
+
373
+ a {
374
+ color : var (--color-text );
375
+ }
367
376
}
368
377
369
378
& .message {
377
386
max-width : 250px ;
378
387
}
379
388
width : 66% ;
389
+
390
+ a :not (.ref-issue ) {
391
+ color : var (--color-text-light-2 );
392
+ }
380
393
}
381
394
382
395
& .age {
383
396
width : 120px ;
397
+ color : var (--color-text-light-2 );
384
398
}
385
399
386
400
.truncate {
You can’t perform that action at this time.
0 commit comments