Cleanup and Maintenance part 1 (#1)
All checks were successful
Deploy / Deploy (push) Successful in 30s

Co-authored-by: ari <ariadna@omg.lol>
Reviewed-on: #1
This commit is contained in:
Astra 2025-04-21 06:30:49 +00:00
parent 7d850f0ab5
commit b01b6b7f65
8 changed files with 67 additions and 51 deletions

View file

@ -24,10 +24,10 @@
display: flex;
text-align: start;
align-items: center;
background-color: #12082b;
background-color: var(--background-color);
padding: 0px;
margin-bottom: 15px;
border: 1px solid #8054f0;
border: 1px solid var(--border-color);
}
#accountName {
margin-left: 10px;
@ -43,6 +43,6 @@
width: 50px;
height: 50px;
margin: 0px;
border-right: #8054f0 1px solid;
border-right: var(--border-color) 1px solid;
}
</style>