Site updated: 2017-12-03 12:01:17

This commit is contained in:
pi
2017-12-03 12:01:19 +08:00
parent e239053d99
commit f2d16342df
48 changed files with 3388 additions and 157 deletions

View File

@@ -1821,9 +1821,9 @@ pre .javascript .function {
border-bottom: 1px solid #0593d3;
}
.post-body p a:hover {
color: #fc6423;
color: #f41111;
border-bottom: none;
border-bottom: 1px solid #fc6423;
border-bottom: 1px solid #f41111;
}
.my_post_copyright {
width: 85%;
@@ -2040,7 +2040,7 @@ pre .javascript .function {
width: 4px;
height: 4px;
border-radius: 50%;
background: #d1b94f;
background: #0f5dd9;
}
.links-of-blogroll {
font-size: 13px;
@@ -3245,7 +3245,7 @@ pre .javascript .function {
-moz-box-shadow: 0 0 5px rgba(202,203,204,0.5);
}
code {
color: #ff7600;
color: #ef2929;
background: #fbf7f8;
margin: 2px;
}