move load order again, add url to username to open profile
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
6078ebf0d1
commit
f6bda95f02
2 changed files with 21 additions and 16 deletions
|
@ -248,6 +248,10 @@ body {
|
|||
text-align: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.user-info-inner a {
|
||||
text-decoration: none;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.user-info-inner h1 {
|
||||
font-size: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue