From c13a0ef4c17882b6d53538ebcead00520da25591 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 16 Nov 2020 18:20:10 +0000 Subject: Use a darker grey on the tables through time Just to make sure it's easy to see. --- guix-data-service/web/repository/html.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix-data-service/web/repository/html.scm b/guix-data-service/web/repository/html.scm index cc509ee..0d1fd9d 100644 --- a/guix-data-service/web/repository/html.scm +++ b/guix-data-service/web/repository/html.scm @@ -333,7 +333,7 @@ 2))) (simple-format #f - "margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;" + "margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;" (rationalize margin-left 1) (rationalize width 1))))))))))) versions-by-revision-range)))))))))) @@ -559,7 +559,7 @@ 2))) (simple-format #f - "margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;" + "margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;" (rationalize margin-left 1) (rationalize width 1))))))))))) versions-list @@ -777,7 +777,7 @@ 2))) (simple-format #f - "margin-left: ~A%; width: ~A%; height: 10px; background: #DCDCDC;" + "margin-left: ~A%; width: ~A%; height: 10px; background: #BEBEBE;" (rationalize margin-left 1) (rationalize width 1))))))))))) versions-list -- cgit v1.2.3