mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Slight tweak to styling for #247
This commit is contained in:
parent
51759cbbbc
commit
4d974136da
@ -2,13 +2,4 @@
|
|||||||
.table th, .table td {
|
.table th, .table td {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table span.version-removed {
|
|
||||||
background-color: red;
|
|
||||||
text-decoration: line-through;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table span.version-added {
|
|
||||||
background-color: green;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
7
templates/stackage-diff.lucius
Normal file
7
templates/stackage-diff.lucius
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.table span.version-removed {
|
||||||
|
background-color: #fcc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table span.version-added {
|
||||||
|
background-color: #cfc;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user