more tweaks to styling and behavior

This commit is contained in:
Ashley Wulber 2021-12-09 23:53:08 -05:00
parent 4ca3867233
commit d5481fd134
5 changed files with 40 additions and 22 deletions

View file

@ -1,14 +1,14 @@
child:hover {
transition: 100ms;
background: #b1a6a6;
background: #888888;
}
child {
border-radius: 5px;
}
gridview {
background: #474141;
background: #333333;
}
window {
background: #474141;
background: #333333;
border-radius: 15px;
}