# HG changeset patch # User Ludovic Chabant # Date 1518762386 28800 # Node ID e135fd873c45357c1da6c3c4bb0582e21db7a0eb # Parent 35937f8a52b14f64854957703ec18551e3c1b5a9 docs: Cosmetic improvements to the navigation bar. diff -r 35937f8a52b1 -r e135fd873c45 docs/assets/css/piecrust.scss --- a/docs/assets/css/piecrust.scss Thu Feb 15 22:23:49 2018 -0800 +++ b/docs/assets/css/piecrust.scss Thu Feb 15 22:26:26 2018 -0800 @@ -73,7 +73,7 @@ // Customizations .navbar { padding: 0 1rem; - background: #ffffff30; + background-color: rgba(255, 255, 255, 0.2); text-shadow: #fff 0 0 1em, #fff 0 0 .1em; a { @@ -82,12 +82,12 @@ &:hover { color: #fff; - background: #000000c0 !important; + background: rgba(0, 0, 0, 0.8) !important; text-shadow: #000 0 0 1em, #000 0 0 .1em; } } a.active { - background: #ffffff60; + background: rgba(255, 255, 255, 0.4); } } a.navbar-brand { @@ -163,6 +163,10 @@ margin: 2em; } +#content .highlight { + background-color: transparent; +} + // Splash-page .pc-splash { diff -r 35937f8a52b1 -r e135fd873c45 docs/assets/js/piecrust.js.concat --- a/docs/assets/js/piecrust.js.concat Thu Feb 15 22:23:49 2018 -0800 +++ b/docs/assets/js/piecrust.js.concat Thu Feb 15 22:26:26 2018 -0800 @@ -1,6 +1,4 @@ path_mode: absolute files: - ../node_modules/jquery/dist/jquery.js - - ../node_modules/bootstrap/js/dist/collapse.js - - ../node_modules/bootstrap/js/dist/scrollspy.js diff -r 35937f8a52b1 -r e135fd873c45 docs/templates/inc/nav-items.html --- a/docs/templates/inc/nav-items.html Thu Feb 15 22:23:49 2018 -0800 +++ b/docs/templates/inc/nav-items.html Thu Feb 15 22:26:26 2018 -0800 @@ -1,6 +1,6 @@