From: git Date: Tue, 5 May 2026 16:51:18 +0000 (-0400) Subject: make border styles more consistent X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=f5a3e3d9e84f8cd1b30c75fdf560095f25e5abd9;p=gitweb-theme.git make border styles more consistent --- diff --git a/gitweb.css b/gitweb.css index 7fefa70..d62d62e 100644 --- a/gitweb.css +++ b/gitweb.css @@ -381,7 +381,7 @@ th .header { width: 94%; background: #d3dfe3; color: #545454; - border: 1px solid #d8d8d8; + border: 1px solid #eef9ff; padding: 5px; margin: 0 auto 15px auto; } @@ -492,7 +492,7 @@ a.linenr:hover { width: 94%; margin: 0 auto 15px auto; background: #d3dfe3; - border: 1px solid #bedce7; + border: 1px solid #eef9ff; padding: 5px; } .header .age { @@ -521,7 +521,7 @@ a.linenr:hover { line-height: 1.4em; width: 94%; background: #f8f8f8; - border: 1px solid #d8d8d8; + border: 1px solid #d3dfe3; padding: 5px; margin: 15px auto 15px auto; }