get_my/client/main.css

22 lines
272 B
CSS
Raw Normal View History

2022-08-04 19:50:18 -05:00
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;
}