Skip to content

Commit 5ee1993

Browse files
committed
update theme style
1 parent fd294c4 commit 5ee1993

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

themes/mytheme/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626

2727
{{ if findRE "<ul>" .TableOfContents }}
28-
<div class="sidebar-right col-xl-3 ps-5 pe-0 py-4 d-none d-xl-block" id="sidebarRight">
28+
<div class="sidebar-right col-xl-3 pe-0 py-4 d-none d-xl-block" id="sidebarRight">
2929
<span>Table of contents</span>
3030
<div class="pt-2">
3131
{{ .TableOfContents }}

themes/mytheme/layouts/partials/site-nav.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
{{ end }}
6161
{{ end }}
6262
</ul>
63+
6364
</li>
6465
{{ end }}
6566
</ul>

themes/mytheme/static/css/style.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
h1 {
8-
color: white;
8+
color: rgb(195, 208, 229);
99
font-size: 50px;
1010
font-weight: bold;
1111
padding-top: 1%;
@@ -17,17 +17,16 @@
1717
h3 {
1818
margin-top: 5%;
1919
margin-bottom: 1%;
20-
font-weight: bold;
20+
font-weight: 700;
21+
color: rgb(195, 208, 229);
2122
}
2223

2324
h2 {
24-
color: rgb(207, 208, 208);
25-
font-weight: 400;
25+
color: rgb(195, 208, 229);
2626
}
2727

2828
h3 {
29-
font-size: 1.3rem;
30-
font-weight: 400;
29+
font-size: 1.3rem
3130
}
3231

3332
pre {
@@ -41,7 +40,7 @@
4140
}
4241

4342
strong {
44-
color: white;
43+
color: rgb(195, 208, 229);
4544
}
4645

4746
code {
@@ -252,7 +251,7 @@
252251
font-family: 'Inter', sans-serif;
253252
font-size: 17.5px;
254253
background-color: rgb(19, 20, 22);
255-
color: rgb(207, 208, 208);
254+
color: rgb(155, 163, 180);
256255
}
257256

258257
.top-bar {

themes/mytheme/static/js/highlight.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)