Files
5chan/src/views/subplebbit/subplebbit.module.css
T

14 lines
221 B
CSS
Raw Normal View History

2024-03-17 21:47:16 +01:00
.debug {
position: fixed;
top: 50px;
2024-03-17 21:47:16 +01:00
right: 0;
padding: 0.5em;
}
.debug select {
margin: 2px;
2024-03-20 22:06:35 +01:00
border: var(--select-border);
background-color: var(--select-background-color);
color: var(--select-color);
2024-03-18 15:04:30 +01:00
}