21 lines
421 B
Text
21 lines
421 B
Text
:root {
|
|
color: rgb(255, 255, 255);
|
|
--primary: rgb(238, 66, 10);
|
|
--text: rgb(255, 255, 255);
|
|
--background: rgb(29, 29, 29);
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.kitsunecafe__recycle-view {
|
|
display: flex;
|
|
}
|
|
|
|
.kitsunecafe__recycle-view,
|
|
.kitsunecafe__recycle-view--scroll-view,
|
|
.kitsunecafe__recycle-view--content-container {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.kitsunecafe__recycle-view--content-container > * {
|
|
position: absolute;
|
|
}
|