Mercurial > piecrust2
diff docs/assets/css/piecrust.scss @ 1084:e135fd873c45
docs: Cosmetic improvements to the navigation bar.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 15 Feb 2018 22:26:26 -0800 |
parents | 1ab49e6add4f |
children |
line wrap: on
line diff
--- 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 {