Files
remark42/frontend/app/components/root/root.css
T
2021-01-12 13:39:26 -06:00

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;
}