Skip to content

Commit 928936a

Browse files
committed
update theme style
1 parent 8a89084 commit 928936a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

themes/mytheme/layouts/_default/single.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<script src='{{ absURL "js/toogle-sidebar.js" }}'></script>
4747
<script src='{{ absURL "js/table.js" }}'></script>
4848
<script src='{{ absURL "js/github-star.js" }}'></script>
49-
<script src='{{ absURL "js/vf.js" }}'></script>
5049

5150
</body>
5251

themes/mytheme/layouts/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ <h5>by {{ .Site.Params.AUTHOR }}</h5>
6161
<script src='{{ absURL "js/icon-collapse.js" }}'></script>
6262
<script src='{{ absURL "js/github-star.js" }}'></script>
6363
<script src='{{ absURL "js/index-filter.js" }}'></script>
64-
<script src='{{ absURL "js/vf.js" }}'></script>
6564

6665
</body>
6766

themes/mytheme/static/css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
}
4545

4646
code {
47-
color: rgb(217, 69, 146);
47+
color: #cccccc;
48+
background-color: #282c34;
49+
padding: 3px 5px;
50+
font-size: 90%;
4851
}
4952

5053

themes/mytheme/static/js/vf.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)