diff --git a/templates/index.html b/templates/index.html index 9454d93..7e815b5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,22 @@ font-family: sans-serif; padding: 10px; } + /* https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3 */ + .light { + color: #888; + } + .light a { + color: #88f; + } + .light a:hover { + color: #00e; + } + .light a:visited { + color: #a9b; + } + .light a:visited:hover { + color: #518; + } @@ -22,5 +38,6 @@
  • Current players:
    {{.Players}}
  • {{end}} +

    This page maintained by chandlerswift's factorio server list.