</a>
</div>
<div class="column is-narrow">
- <!-- {% include carbon.html %} -->
+ {% include carbon.html %}
</div>
</div>
</div>
</h2>
</div>
<div class="column is-8">
- <div class="content is-medium">
- {{ post.introduction }}
+ <div class="content">
+ {{ post.content }}
</div>
</div>
</div>
position: relative;
}
-a.navbar-item:hover,
-a.navbar-item.is-active,
-.navbar-item.has-dropdown:hover .navbar-link,
-.navbar-item.has-dropdown.is-active .navbar-link {
+a.navbar-item:hover, a.navbar-item.is-active,
+.navbar-link:hover,
+.navbar-link.is-active {
background-color: whitesmoke;
color: #0a0a0a;
}
pointer-events: auto;
transform: translateY(0);
}
- a.navbar-item.is-active {
- background-color: transparent;
- color: #0a0a0a;
- }
.navbar-link::after {
border: 1px solid #00d1b2;
border-right: 0;
margin-left: -1rem;
margin-right: -1rem;
}
+ a.navbar-item.is-active,
+ .navbar-link.is-active {
+ color: #ff3860;
+ }
+ a.navbar-item.is-active:not(:hover),
+ .navbar-link.is-active:not(:hover) {
+ background-color: transparent;
+ }
+ .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: whitesmoke;
+ }
}
.pagination {
$navbar-item: $grey-dark !default
$navbar-item-hover: $black !default
$navbar-item-hover-background: $background !default
-$navbar-item-active: $black !default
+$navbar-item-active: $red !default
$navbar-item-active-background: transparent !default
$navbar-dropdown-background: $white !default
padding: 0.5rem 1rem
position: relative
-a.navbar-item:hover,
-a.navbar-item.is-active,
-.navbar-item.has-dropdown:hover .navbar-link,
-.navbar-item.has-dropdown.is-active .navbar-link
- background-color: $navbar-item-hover-background
- color: $navbar-item-hover
+a.navbar-item,
+.navbar-link
+ &:hover,
+ &.is-active
+ background-color: $navbar-item-hover-background
+ color: $navbar-item-hover
.navbar-item
flex-grow: 0
opacity: 1
pointer-events: auto
transform: translateY(0)
- a.navbar-item.is-active
- background-color: $navbar-item-active-background
- color: $navbar-item-active
.navbar-link
&::after
+arrow($navbar-dropdown-arrow)
.container > .navbar
margin-left: -1rem
margin-right: -1rem
+ // Hover/Active states
+ a.navbar-item,
+ .navbar-link
+ &.is-active
+ color: $navbar-item-active
+ &.is-active:not(:hover)
+ background-color: $navbar-item-active-background
+ .navbar-item.has-dropdown
+ &:hover,
+ &.is-active
+ .navbar-link
+ background-color: $navbar-item-hover-background