Remove headings from note and warning entirely

This commit is contained in:
Ryan Watters
2017-02-28 21:48:22 -06:00
parent 0ef29d31d1
commit f0ebb43d66
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
{{partial "svg-icons/exclamation.svg" .}}
</div>
<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2> -->
<h3>Note</h3>
<!-- <h3>Note</h3> -->
<div class="admonition-content">{{- .Inner -}}</div>
</div>
+1 -1
View File
@@ -3,6 +3,6 @@
{{partial "svg-icons/exclamation.svg" .}}
</div>
<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}warning{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Warning{{end}}</h2> -->
<h3>Warning</h3>
<!-- <h3>Warning</h3> -->
<div class="admonition-content">{{- .Inner -}}</div>
</div>
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -84,8 +84,10 @@ aside {
margin: 0px;
font-weight: bolder;
margin-right: 1em;
// background-color:$hugo-gray-ultra-light;
code {
font-size: .9em;
// color:$hugo-pink;
}
//basically allows you to style with ***word*** in markdown for words like "Required"
> strong > em > code {
@@ -117,7 +119,7 @@ aside {
right: 0em;
}
strong > code {
color: $hugo-pink;
color: $hugo-green;
}
strong:first-child > code {
color: $hugo-blue;