further improve design by tweaking the borders

Mon, 11 Aug 2025 20:06:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 11 Aug 2025 20:06:16 +0200
changeset 63
9ed068855450
parent 62
89b12ef5e190
child 64
cfaddbb6caab

further improve design by tweaking the borders

src/html.cpp file | annotate | diff | comparison | revisions
--- a/src/html.cpp	Sun Aug 10 16:09:50 2025 +0200
+++ b/src/html.cpp	Mon Aug 11 20:06:16 2025 +0200
@@ -94,8 +94,8 @@
             table.heatmap td, table.heatmap th {
                 text-align: center;
                 font-size: 0.75rem;
-                border: solid 2px transparent;
-                border-radius: 4px;
+                border: solid 4px transparent;
+                border-radius: 3px;
                 height: 1rem;
             }
 

mercurial