mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* chore: configure project-wide linting and formatting * chore: run lint autofix and formatter
17 lines
246 B
Plaintext
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;
|
|
}
|