14 lines
197 B
CSS
14 lines
197 B
CSS
child:hover {
|
|
transition: 100ms;
|
|
background: #b1a6a6;
|
|
}
|
|
child {
|
|
border-radius: 5px;
|
|
}
|
|
gridview {
|
|
background: #474141;
|
|
}
|
|
window {
|
|
background: #474141;
|
|
border-radius: 15px;
|
|
}
|