Files

15 lines
267 B
CSS
Raw Permalink Normal View History

2021-07-10 17:47:13 +03:00
window {
2021-07-11 15:41:07 +03:00
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
2021-07-10 17:47:13 +03:00
}
.homepage button {
transition: border 100ms ease-in-out;
padding: 10px 30px;
border: none;
border-radius: 5px 5px 5px 5px;
2021-07-11 15:41:07 +03:00
}
.aboutdialog {
border-radius: 7px;
2021-07-10 17:47:13 +03:00
}