_sass/hydejack/_base.pre.scss in jekyll-theme-hydejack-9.0.4 vs _sass/hydejack/_base.pre.scss in jekyll-theme-hydejack-9.1.0

- old
+ new

@@ -1,6 +1,6 @@ -// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/> +// Copyright (c) 2021 Florian Klampfer <https://qwtel.com/> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. @@ -52,9 +52,31 @@ font-size: var(--root-font-size-medium); } @media screen and (min-width: $break-point-font-large) { font-size: var(--root-font-size-large); + } +} + +#breadcrumbs { + > ul { + @extend .ellipsis; + height: 1rem; + margin: -1.5rem 0 .5rem; + padding: 0; + font-size: .667rem; + color: var(--menu-text); + text-transform: uppercase; + width: 100%; + list-style: none; + > li { + display: inline; + a { + color: var(--gray); + text-decoration: none; + border-bottom: none; + } + } } } // >>> // <<< LINK @media print { \ No newline at end of file