blog update

This commit is contained in:
James Feng Cao 2019-02-20 16:16:58 +08:00
parent f48330b9b0
commit 57bf48bcdf
1 changed files with 0 additions and 57 deletions

View File

@ -662,7 +662,6 @@ body {
padding: 10px;
}
.post-content pre code {
color: white;
line-height: 175%;
}
.post-content h1 {
@ -790,59 +789,6 @@ body {
color: #444444;
}
}
.donate-container {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
.donate-container .donate-button {
margin-bottom: 10px;
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
}
.donate-container .donate-button button {
border: none;
cursor: pointer;
box-shadow: none;
outline: none;
border-radius: 6px;
width: 60px;
height: 24px;
text-align: center;
color: white;
background-color: orange;
}
.donate-container .donate-button button:active {
background-color: darkorange;
}
.donate-container .donate-img-container {
display: flex;
align-items: center;
flex-direction: column;
}
.donate-container .donate-img-container img {
max-width: 400px;
max-height: 360px;
}
.donate-container .donate-img-container p {
text-align: center;
font-size: 14px;
color: #999999;
}
@media screen and (max-width: 680px) {
.donate-container .donate-img-container img {
max-width: 75vw;
max-height: 240px;
}
.donate-container .donate-img-container p {
text-align: center;
font-size: 14px;
color: #999999;
}
}
.archives-container .one-tag-list .listing-seperator {
font-size: 18px;
color: #999999;
@ -1203,6 +1149,3 @@ pre .javascript .function {
display: none;
}
}
.gitment-comment p {
text-indent: 0;
}