Adding support for custom links target

This commit is contained in:
Bastien Wirtz
2020-01-12 22:04:26 -08:00
parent 2e7bedd13e
commit 56c69e0d6b
6 changed files with 8 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ body {
background-color: #4285f4; }
body #bighead .navbar a {
color: #ffffff; }
body #bighead .navbar a:hover {
body #bighead .navbar a:hover, body #bighead .navbar a:focus {
color: #ffffff;
background-color: #5a95f5; }
body #main-section {