Skip to content

Commit

Permalink
update 1.7.0
Browse files Browse the repository at this point in the history
update 1.7.0
  • Loading branch information
wehaox committed Oct 21, 2022
1 parent 12ce4a6 commit a9da513
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/style.css
Expand Up @@ -553,6 +553,18 @@ code[class*="language-"], pre[class*="language-"] {
display: inline;
}

#page-header:not(.not-top-img):before {
background-color: rgba(0,0,0,0);
}

#page-header.post-bg:before {
background-color: rgba(0,0,0,.5);
}

[data-theme=dark] #page-header:before{
background-color: rgba(0,0,0,.7);
}

/*已移除内容*/
/*#article-container.post-content ul>li:not(.tab):before {*/
/* top: 0.78em;*/
Expand Down
11 changes: 11 additions & 0 deletions css/themedash.css
Expand Up @@ -51,4 +51,15 @@
.typecho-option-submit {
top: 84%;
}
}
.SideClock li{
list-style: none;
}
.SideClock{
padding-left: 0px;
}
.SideClock p{
margin: 0.5em 0 0;
color: #999;
font-size: .92857em;
}

0 comments on commit a9da513

Please sign in to comment.