From 57bf48bcdf9ff873419931dbafc08a5abb6a54bd Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Wed, 20 Feb 2019 16:16:58 +0800 Subject: [PATCH] blog update --- css/aircloud.css | 57 ------------------------------------------------ 1 file changed, 57 deletions(-) diff --git a/css/aircloud.css b/css/aircloud.css index c685b04..16e68ec 100644 --- a/css/aircloud.css +++ b/css/aircloud.css @@ -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; -}