Commit 45b4067f authored by Romain Loth's avatar Romain Loth

prevent nav links to stay whitened on focus

parent 9162d0e6
...@@ -109,6 +109,10 @@ div.my-box { ...@@ -109,6 +109,10 @@ div.my-box {
background-color: transparent !important; background-color: transparent !important;
} }
.nav>li>a:focus {
background-color: transparent !important;
}
/* for code blocks or urls */ /* for code blocks or urls */
.code { .code {
font-family: "Fira Mono", "Droid Sans Mono", monospace; font-family: "Fira Mono", "Droid Sans Mono", monospace;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment