mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 04:11:49 +03:00
15 lines
206 B
CSS
15 lines
206 B
CSS
input.red {
|
|
background: hsl(0, 100%, 60%);
|
|
}
|
|
|
|
form.inline {
|
|
display: inline;
|
|
}
|
|
|
|
.edit-toggle:checked ~ .edit-off {
|
|
display: none;
|
|
}
|
|
.edit-toggle:not(:checked) ~ .edit-on {
|
|
display: none;
|
|
}
|