X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=style.css;h=180462573f3d2b2b5f4bbb3a782a529907b421a8;hb=a4c64add51b411c92bcd61039e243385151fccb5;hp=6d5bdca00e551c151988d68649e0885e7d10550e;hpb=656345d535b978e92cd9da0801a28f4571aaa6f2;p=lmno.games diff --git a/style.css b/style.css index 6d5bdca..1804625 100644 --- a/style.css +++ b/style.css @@ -49,6 +49,11 @@ h2 { font-size: 110%; } +/* Don't underline links in headers */ +h1 a { + text-decoration: none; +} + p,dl,dd,form { margin-bottom: 1em; }