Files
textual/sandbox/uber.css
2022-05-05 14:46:20 +01:00

21 lines
275 B
CSS

App.-show-focus *:focus {
tint: #8bc34a 50%;
}
#uber1 {
layout: vertical;
background: green;
overflow: hidden auto;
border: heavy white;
}
#uber1:focus-within {
background: darkslateblue;
}
.list-item {
height: 10;
color: #12a0;
background: #ffffff00;
}