Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imfycc committed Jan 19, 2019
1 parent 2b2ee67 commit 703ae1a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/css.ejs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="stylesheet" type="text/css" href="<%=config.root%>./style/main.3ec2b8.css">
<link rel="stylesheet" type="text/css" href="<%=config.root%>./style/main.8b3b19.css">
2 changes: 1 addition & 1 deletion layout/_partial/script.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
}
console.log('%c' + o, textStyle);
});
}(consoleConfig));</script><script type="text/javascript" src="<%=config.root%>./js/main.3ec2b8.js"></script>
}(consoleConfig));</script><script type="text/javascript" src="<%=config.root%>./js/main.8b3b19.js"></script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VicSugar",
"version": "1.1.0",
"version": "1.2.0",
"description": "a theme for hexo",
"scripts": {
"dev": "webpack --config webpack.dev.js",
Expand Down
2 changes: 1 addition & 1 deletion source/js/main.3ec2b8.js → source/js/main.8b3b19.js

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions source/style/main.3ec2b8.css → source/style/main.8b3b19.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,11 @@ h2, h3, h4 {
font-size: 12px;
color: #969696; }
.article blockquote {
padding: 10px 20px;
padding: 15px 20px;
margin: 20px 0;
background-color: #F6F6F6;
border-left: 2px solid #49be38;
border-left: 3px solid #49be38;
border-radius: 3px;
word-break: break-word; }
.article blockquote p:first-child {
margin-top: 0; }
Expand All @@ -386,6 +387,16 @@ h2, h3, h4 {
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
.article .content .overdue-remind {
background-color: #fdf8ea;
border-left: 3px solid #f0ad4e;
padding: 15px 20px;
margin: 20px auto;
border-radius: 3px;
font-weight: 500; }
.article .content .overdue-remind span {
color: crimson;
font-weight: bold; }
.article .content a {
color: #49be38;
border-bottom: 1px solid #49be38; }
Expand Down Expand Up @@ -452,6 +463,7 @@ h2, h3, h4 {
margin-bottom: 40px;
background-color: whitesmoke;
border-left: 4px solid #49be38;
border-radius: 3px;
box-sizing: border-box;
box-shadow: 0 0 1px #d9d9d9;
margin: 50px auto; }
Expand Down

0 comments on commit 703ae1a

Please sign in to comment.