mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
3432e514b8
This steals the idea and markup from Gitnub. Thanks! :)
25 lines
290 B
CSS
25 lines
290 B
CSS
code .delline {
|
|
background-color: #FEE;
|
|
color: #B00;
|
|
}
|
|
|
|
code .addline {
|
|
background-color: #DFD;
|
|
color: #080;
|
|
}
|
|
|
|
code .meta {
|
|
background-color: #f7f7f7;
|
|
color: #bbb;
|
|
}
|
|
|
|
pre {
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
pre code {
|
|
display: table-cell;
|
|
padding: 9px;
|
|
width: 100%;
|
|
} |