aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-03-12 21:32:56 +0000
committerChristopher Baines <mail@cbaines.net>2023-03-12 21:32:56 +0000
commit50ddc7c2db3f7f4ff11c5505c4e32e257e0d4762 (patch)
tree3a58780abccdd8c7ef2d82db01d8e91912c41d82 /guix-qa-frontpage
parent8744ce0344d679565ead89be1dffe6007684ee85 (diff)
downloadqa-frontpage-50ddc7c2db3f7f4ff11c5505c4e32e257e0d4762.tar
qa-frontpage-50ddc7c2db3f7f4ff11c5505c4e32e257e0d4762.tar.gz
Add missing styles to the branch page
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/view/branch.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/guix-qa-frontpage/view/branch.scm b/guix-qa-frontpage/view/branch.scm
index 1429343..8efee8f 100644
--- a/guix-qa-frontpage/view/branch.scm
+++ b/guix-qa-frontpage/view/branch.scm
@@ -28,6 +28,21 @@
(layout
#:title (simple-format #f "Branch ~A" branch)
+ #:head
+ '((style "
+td.good {
+ padding: 0.05rem 0.65rem;
+ font-weight: bold;
+
+ border: 0.3rem dashed green;
+}
+
+td.bad {
+ padding: 0.05rem 0.65rem;
+ font-weight: bold;
+
+ border: 0.3rem dashed red;
+}"))
#:body
`((main
(h2 "Substitute availability")