This commit is contained in:
insvrgent
2025-02-14 17:43:22 +07:00
parent 1b8eb2856d
commit 725bb867bf
9 changed files with 136 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
display: flex;
flex-direction: column;
justify-content: center;
background-color: rgb(210, 232, 35);
background-color: rgb(222 237 100);
}
.nonCenteredLinktreePage {
@@ -26,7 +26,7 @@
}
.dashboardContainer {
background-color: rgb(210, 232, 35);
background-color: inherit;
z-index: 6;
padding: 0 1rem;
padding-top: 40px;