Files @ 9b7eebc852d7
Branch filter:

Location: kallithea/docs/theme/nature/theme.conf

domruf
less: disable blue outline in navbar when tabbing through the entries in the top navbar in Chrome

Bootstrap has

a:focus { outline: 5px auto -webkit-focus-ring-color; }

which (inconsistently) puts a blue outline that doesn't match the color scheme.

For now, just disable it in the navbar.
1
2
3
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango