Browse Source

调整ContributorInfo邮件联系者头像风格

tags/v1.21.12.1
OpenIhu 4 years ago
parent
commit
29ed7e81bc
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      templates/repo/home.tmpl

+ 8
- 8
templates/repo/home.tmpl View File

@@ -23,28 +23,28 @@
color: #FFF;
}
#contributorInfo > a.circular:nth-child(9n+1){
background-color: #00ADD8;
background-color: #4ccdec;
}
#contributorInfo > a.circular:nth-child(9n+2){
background-color: #796218;
background-color: #e0b265;
}
#contributorInfo > a.circular:nth-child(9n+3){
background-color: #772c5a;
background-color: #d884b7;
}
#contributorInfo > a.circular:nth-child(9n+4){
background-color: #33225c;
background-color: #8c6bdc;
}
#contributorInfo > a.circular:nth-child(9n+5){
background-color: #146e5b;
background-color: #3cb99f;
}
#contributorInfo > a.circular:nth-child(9n+6){
background-color: #26557c;
background-color: #6995b9;
}
#contributorInfo > a.circular:nth-child(9n+7){
background-color: #5c223a;
background-color: #ab91a7;
}
#contributorInfo > a.circular:nth-child(9n+8){
background-color: #3f5720;
background-color: #bfd0aa;
}
</style>
<div class="repository file list">


Loading…
Cancel
Save