diff --git a/static/style.css b/static/style.css index ae213bd..60f8b3a 100644 --- a/static/style.css +++ b/static/style.css @@ -25,6 +25,17 @@ a:focus { color: white; } +h1 a:focus, +h2 a:focus, +h3 a:focus, +h4 a:focus, +h5 a:focus, +h6 a:focus +{ + background-color: inherit; + color: #2c3e50; +} + /* Search box */ body nav input { background-color: transparent; @@ -353,6 +364,16 @@ tr.__table-separator { background-color: #00fdf2; color: black; } + h1 a:focus, + h2 a:focus, + h3 a:focus, + h4 a:focus, + h5 a:focus, + h6 a:focus + { + background-color: inherit; + color: #f7da4a; + } h1,h2,h3,h4,h5,h6 { color: #f7da4a; }