This commit is contained in:
2026-02-06 16:23:22 +08:00
parent cafe7b0d99
commit e1edefbfab
43 changed files with 725 additions and 117 deletions

View File

@@ -68,7 +68,7 @@
height: 4.3rem;
margin-right: 1rem;
background-color: rgba(255, 252, 244, 1);
border: 1px solid rgba(233, 121, 60, 1);
border: 1px solid #FFCF90;
border-radius: 0.8rem;
> .credits {
flex: 1;
@@ -78,7 +78,7 @@
> .link {
height: 100%;
width: 0;
border-right: 1px solid rgba(233, 121, 60, 1);
border-right: 1px solid #FFCF90;
}
> .icon {
cursor: pointer;