Skip to content

Commit

Permalink
feat: use built-in Hugo syntax highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed May 14, 2022
1 parent c904262 commit 9492822
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/scss/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
background-color: #fff;
border-radius: 15px;
}

.dark .article-container {
background-color: rgb(31, 39, 51);
}
Expand All @@ -17,6 +18,7 @@ body {
.page-footer {
background-color: rgb(247, 250, 252);
}

.dark .page-footer {
background-color: rgb(26, 32, 44);
}
Expand All @@ -26,6 +28,7 @@ body {
margin-top: 1.8rem;
border-radius: 15px;
}

.dark .card-simple {
background: rgb(31, 39, 51);
}
Expand All @@ -37,11 +40,11 @@ body {

// custom section padding
.home-section {
padding: 1rem 0 1rem 0;
padding: 1rem 0;
}

.home-section.wg-about-avatar {
padding: 0 0 0 0;
padding: 0;
}

#profile .network-icon {
Expand Down

0 comments on commit 9492822

Please sign in to comment.