mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
26 lines
No EOL
315 B
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;
|
|
} |