X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=0fcf432d3d5faf2f7301f100e76c48ba0eb63646;hp=fb57b764a33d5f63ccf49c18e8a23d7b474ab4d5;hb=57f9ca6d87aee264f1369205b3b13186b6759e00;hpb=89b9224e5339d3c892979dc8a40f615b1d851b85 diff --git a/gitweb.css b/gitweb.css index fb57b76..0fcf432 100755 --- a/gitweb.css +++ b/gitweb.css @@ -52,6 +52,11 @@ body { color: #000000; } +/* Monospaced Fonts */ +.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset { + font-family: 'Consolas','Bitstream Vera Sans Mono',monospace; +} + a:link, a:visited { color: #4183C4; text-decoration: none;