13 lines
183 B
CSS
13 lines
183 B
CSS
.root {
|
|
position: relative;
|
|
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
|
|
|
|
&::selection {
|
|
background: var(--color42);
|
|
}
|
|
}
|
|
|
|
.root_user-info {
|
|
position: static;
|
|
}
|