Skip to content

Commit 9b659b9

Browse files
committed
update theme
1 parent da274b9 commit 9b659b9

File tree

6 files changed

+21246
-15
lines changed

6 files changed

+21246
-15
lines changed

layouts/partials/homepage-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 class="display-4 mb-2 mt-2 h1">
9292
</h1>
9393
</a>
9494
{{ range $.Site.Params.description }}
95-
<p class="mb-0 p" style="font-size: 1.250rem; font-weight: 200;">
95+
<p class="mb-0 p" style="font-size: 1.250rem; font-weight: normal;">
9696
{{ . }}
9797
</p>
9898
{{ end }}

static/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Layout
2727
2828
*/
2929
body {
30-
font-family: -apple-system, BlinkMacSystemFont, 'Raleway', "Helvetica Neue", Arial, "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
30+
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Roboto', "Microsoft YaHei", sans-serif, Arial, "PingFang SC", "Lantinghei SC",'Raleway', "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
3131
/* color: #333; */
3232
color: var(--text-dark);
3333
line-height: 1.6;
@@ -138,7 +138,7 @@ a:active .active-color {
138138

139139
@media (min-width: 1920px){
140140
.single-post {
141-
margin: 4.5% 3% 6% 7.5%;
141+
margin: 3% 3% 4% 7.5%;
142142
padding: 6% 8%;
143143
}
144144
}
@@ -668,6 +668,7 @@ carousel
668668
*/
669669
.headfont {
670670
font-family: 'Raleway', "Helvetica Neue", Arial, "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif !important;
671+
671672
}
672673

673674
.carousel a, .carousel a:hover, .carousel a:active {

static/css/vendors-extensions/mdb/mdb.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,13 +1458,13 @@ button.bg-light:focus {
14581458
font-family: "Roboto";
14591459
src: local(Roboto Thin), url("/font/roboto/Roboto-Thin.eot");
14601460
src: url("/font/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Thin.woff2") format("woff2"), url("/font/roboto/Roboto-Thin.woff") format("woff"), url("/font/roboto/Roboto-Thin.ttf") format("truetype");
1461-
font-weight: 200; }
1461+
font-weight: 300; }
14621462

14631463
@font-face {
14641464
font-family: "Roboto";
14651465
src: local(Roboto Light), url("/font/roboto/Roboto-Light.eot");
14661466
src: url("/font/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/font/roboto/Roboto-Light.woff2") format("woff2"), url("/font/roboto/Roboto-Light.woff") format("woff"), url("/font/roboto/Roboto-Light.ttf") format("truetype");
1467-
font-weight: 300; }
1467+
font-weight: 400; }
14681468

14691469
@font-face {
14701470
font-family: "Roboto";

static/css/vendors-extensions/mdb/mdb.min.css

Lines changed: 10618 additions & 3 deletions
Large diffs are not rendered by default.

static/css/vendors/bootstrap4/bootstrap.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/vendors/mdb/mdb.min.css

Lines changed: 10618 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)