diff --git a/index.html b/index.html index d5e1b03..1fade6a 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,23 @@ box-sizing: border-box; } + a { + text-decoration: none; + } + + a:hover { + text-decoration: underline; + } + + a:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; + } + + a:focus-visible { + outline: 5px auto -webkit-focus-ring-color; + } + @media (min-width: 1000px) { .project { width: calc(30%); @@ -106,7 +123,9 @@ margin-bottom: 20px; } - h1, h2, h3 { + h1, + h2, + h3 { font-weight: 500; } @@ -355,7 +374,7 @@

http-cache-middleware

- +