X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=180462573f3d2b2b5f4bbb3a782a529907b421a8;hp=91cee834c83438a92d7b698418e0588587a69f24;hb=a4c64add51b411c92bcd61039e243385151fccb5;hpb=dc30408e928cdd6276402d6fb4faa39d81e5eabe diff --git a/style.css b/style.css index 91cee83..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; } @@ -319,3 +324,14 @@ button:hover { .hide-button:hover { color: var(--danger-color-dark); } + +/*\ +|*| +|*| Game-specific markup +|*| +\*/ + +.game-id, .players-header { + font-size: 110%; + font-weight: bold; +}