diff --git a/static/style.css b/static/style.css index 8c9550b..1dab804 100644 --- a/static/style.css +++ b/static/style.css @@ -20,6 +20,11 @@ body nav h1 { display: inline-block; } +a:focus { + background-color: rgb(0, 0, 238); + color: white; +} + /* Search box */ body nav input { background-color: transparent; @@ -326,6 +331,10 @@ tr.__table-separator { a { color: #00fdf2; } + a:focus { + background-color: #00fdf2; + color: black; + } h1,h2,h3,h4,h5,h6 { color: #f7da4a; }