Files
fredy/ui/src/Index.less

15 lines
244 B
Plaintext
Raw Normal View History

body, html {
margin: 0;
height: 100%;
width: 100%;
2023-03-20 08:52:13 +01:00
background-color: #232429;
}
.semi-table-row-head{
background-color: #2b2b2b !important;
color: #fff !important;
}
.semi-table-row-cell {
background-color: #333333 !important;
}