mirror of
https://github.com/hoxu/gitstats.git
synced 2026-03-01 18:23:26 +01:00
15 lines
153 B
CSS
15 lines
153 B
CSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
|
|
pre {
|
|
background-color: #ccc;
|
|
padding: 1em;
|
|
border: 1px solid #999;
|
|
}
|