fix style

This commit is contained in:
SrGooglo 2023-07-08 18:37:26 +00:00
parent 92fe9dbc58
commit 579d0e6258
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,7 @@
overflow-y: overlay;
height: 100%;
width: 100%;
//padding-top: 5px;
border-radius: 0;

View File

@ -148,7 +148,7 @@
font-family: "Space Grotesk", sans-serif;
h1 {
color: var(--layout-background-contrast);
color: var(--text-color);
margin: 0;
}
@ -198,7 +198,7 @@
padding: 10px 20px;
padding-top: 0;
//padding-top: 0;
.userLink {
display: flex;
@ -209,6 +209,8 @@
font-size: 1.3rem;
color: var(--text-color);
p {
margin: 0;
}