X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/stylesheets/nitweb.css b/share/nitweb/stylesheets/nitweb.css index 18f2f4e..2baad72 100644 --- a/share/nitweb/stylesheets/nitweb.css +++ b/share/nitweb/stylesheets/nitweb.css @@ -76,6 +76,20 @@ a { color: #666; font-family: monospace; } + +/* tabs */ + +.nav-tabs li { cursor: pointer; } + +.nav>li.warning>a { + color: #fff; + background-color: #f0ad4e; +} + +.nav>li.warning>a:focus, .nav>li.warning>a:hover { + background-color: #ff9c0f; +} + /* * Code Highlighting */