mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix bash icon in examples
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -59,6 +59,8 @@
|
||||
.icon-attach:before { content: '\e814'; } /* '' */
|
||||
.icon-attention:before { content: '\e815'; } /* '' */
|
||||
.icon-bash:before { content: '\e808'; } /* '' */
|
||||
.icon-shell:before { content: '\e808'; } /* '' */
|
||||
.icon-sh:before { content: '\e808'; } /* '' */
|
||||
.icon-bitbucket:before { content: '\e80a'; } /* '' */
|
||||
.icon-cancel:before { content: '\e80e'; } /* '' */
|
||||
.icon-chrome:before { content: '\e841'; } /* '' */
|
||||
|
||||
@@ -102,7 +102,7 @@ code.language-scss:after {
|
||||
code.language-bash:after,
|
||||
code.language-sh:after {
|
||||
font-family: 'fontello';
|
||||
content: '\e804';
|
||||
content: '\e808';
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user