mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
15 lines
244 B
Plaintext
15 lines
244 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;
|
|
} |