nimbus-gui/src/App.css

9 lines
66 B
CSS
Raw Normal View History

2023-08-03 06:20:54 +00:00
#root {
width: 100%;
2023-09-26 09:23:26 +00:00
}
*,
*:focus,
*:hover {
outline: none;
}