get_my/client/main.css

26 lines
No EOL
315 B
CSS

body {
padding: 10px;
font-family: sans-serif;
background-color: #F9FBFC;
}
.clickable, .closeIcon, .dispo {
cursor: pointer;
}
.dark-mode {
background: #191818;
color: #fcfcfc;
}
input.dark-mode {
color: #fcfcfc;
}
select.dark-mode {
color: #fcfcfc;
}
li.collection-item {
font-size: 24px;
}