This repository has been archived on 2023-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
langue-phundrak-com/css/light.css

29 lines
261 B
CSS
Raw Normal View History

html {
background-color: #eee;
}
2019-09-03 00:04:11 +00:00
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;
}