mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
.packages {
|
|
.table th, .table td {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.table span.version-removed {
|
|
background-color: red;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.table span.version-added {
|
|
background-color: green;
|
|
}
|
|
}
|