mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 10:24:49 -04:00
Add contents list for section pages
This commit is contained in:
parent
875a0642b1
commit
1f50dca47f
@ -67,8 +67,9 @@ $site-navigation-width: 280px;
|
||||
$content-max-width: 35em;
|
||||
$site-navigation-bg-color:$hugo-gray-ultra-light;
|
||||
$breadcrumb-navigation-bg-color:$site-navigation-bg-color;
|
||||
$breadcrumb-navigation-bg-color-active:$hugo-blue-light;
|
||||
$breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
$breadcrumb-navigation-bg-color-active:#D1F1FE;
|
||||
// $breadcrumb-navigation-bg-color-active:$hugo-blue-light;
|
||||
$breadcrumb-navigation-text-color-active:$base-font-color;
|
||||
|
||||
//Header
|
||||
$site-header-height:50px;
|
||||
|
@ -13,7 +13,7 @@ h4 {
|
||||
h1.page-title {
|
||||
font-size: 1.8em;
|
||||
letter-spacing: -.021em;
|
||||
padding-bottom: .75em;
|
||||
padding-bottom: 0px;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
@include MQ(M) {
|
||||
|
@ -18,7 +18,7 @@
|
||||
font-size: 14px;
|
||||
img {
|
||||
@include size(20px);
|
||||
filter:grayscale(100%);
|
||||
// filter:grayscale(100%);
|
||||
}
|
||||
span {
|
||||
margin-left:4px;
|
||||
|
@ -2,9 +2,11 @@ ul.tags {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 1em;
|
||||
margin-top:24px;
|
||||
margin-bottom: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
float:right;
|
||||
li {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
|
2
themes/hugodocs/static/css/style.min.css
vendored
2
themes/hugodocs/static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user