Files
fredy/ui/src/Index.less
Alexander Roidl 2b36f868e7 Project-wide linting and formatting (#150)
* chore: configure project-wide linting and formatting

* chore: run lint autofix and formatter
2025-07-26 20:42:58 +02:00

17 lines
246 B
Plaintext

body,
html {
margin: 0;
height: 100%;
width: 100%;
background-color: #232429;
}
.semi-table-row-head {
background-color: #2b2b2b !important;
color: #fff !important;
}
.semi-table-row-cell {
background-color: #333333 !important;
}