Port 7d9b1e6d1edcadcbe8a62ede3d94860be785be13 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
12 lines
173 B
SCSS
12 lines
173 B
SCSS
.wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
|
|
a:any-link {
|
|
font-weight: 500;
|
|
text-decoration: none;
|
|
color: var(--color-text-primary);
|
|
}
|
|
}
|