X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/2f46e604cc45c467d4921f7dda43c879cc55964e479842774f06ac78a746bdd1..3c8296019ffc1b5e0bcdb3321a7b2dd1aaeab92f47219a948c71eae79be5d542:/gitweb.css diff --git a/gitweb.css b/gitweb.css index ad71a3f..1e87377 100644 --- a/gitweb.css +++ b/gitweb.css @@ -242,6 +242,10 @@ tr.dark:hover { background-color: #edece6; } +tr.boundary td.sha1 { + font-weight: bold; +} + td { padding: 2px 5px; font-size: 100%; @@ -262,7 +266,7 @@ td.sha1 { font-family: monospace; } -td.error { +.error { color: red; background-color: yellow; }