Files
remark42/frontend/app/components/root/root.css
T
2021-08-08 14:25:10 -05:00

12 lines
127 B
CSS

.root {
position: relative;
&::selection {
background: var(--color42);
}
}
.root_user-info {
position: static;
}