X-Git-Url: https://git.bts.cx/cx.git/blobdiff_plain/cac9928099ba10ab8a7d5ca4005dd78ff11b5ce3..4083179b42caa6de33cd4cec006d7ffe46e48a60:/public/design/css/style.css?ds=inline diff --git a/public/design/css/style.css b/public/design/css/style.css index 27e627b..a5c06ec 100644 --- a/public/design/css/style.css +++ b/public/design/css/style.css @@ -12,6 +12,7 @@ /* Layout */ body { + background: #fcfcfc; display: flex; flex-direction: column; min-height: 100vh; @@ -30,10 +31,6 @@ body > * { margin-right: auto; } -header { - margin-bottom: 8vh; -} - header h1 { font-size: 2em; } @@ -43,6 +40,15 @@ header h1 a { text-decoration: none; } +header p { + font-size: 0.8em; +} + +nav { + margin-top: 2vh; + margin-bottom: 4vh; +} + nav ul { list-style: none; display: flex; @@ -131,6 +137,11 @@ a { text-underline-offset: 0.08em; } +a:hover { + background-color: navy; + color: #fcfcfc; +} + a:focus { outline: 1px solid currentColor; outline-offset: 0.2em;