29 lines
261 B
CSS
29 lines
261 B
CSS
html {
|
|
background-color: #eee;
|
|
}
|
|
|
|
body,
|
|
.title,
|
|
.themeBtn,
|
|
a {
|
|
color: #444;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
border: 1px solid #444;
|
|
}
|
|
|
|
table {
|
|
border: 2px solid #444;
|
|
}
|
|
|
|
thead tr {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
#content,
|
|
#postamble {
|
|
background-color: #eee;
|
|
}
|