diff --git a/content/post/071.grey/index.md b/content/post/071.grey/index.md new file mode 100644 index 0000000..6950301 --- /dev/null +++ b/content/post/071.grey/index.md @@ -0,0 +1,16 @@ +--- +title: "沉痛哀悼李克强同志逝世" +categories: [ "时政" ] +tags: [ "时政" ] +draft: false +slug: "grey-day-2023oct" +date: "2023-10-27T11:07:00+0800" +--- + +## 沉痛悼念 + +新华社称,“中国共产党第十七届、十八届、十九届中央政治局常委,国务院原总理李克强同志,近日在上海休息,2023年10月26日因突发心脏病,经全力抢救无效,于10月27日0时10分在上海逝世,享年68岁。”新华社短讯称,“讣告后发”。 + +## 全站变灰 + +本博客的运营维护至今离不开李克强总理提出的“互联网+”理念,因此本站将全站变灰 7 天,从此文发布至 2023 年 11 月 3 日止。 diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index a2b6104..0ae168c 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -26,6 +26,17 @@ font-weight: 400; font-style: normal; } + + html { + filter: grayscale(100%); + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + -ms-filter: grayscale(100%); + -o-filter: grayscale(100%); + filter: url("data:image/svg+xml;utf8,#grayscale"); + filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); + -webkit-filter: grayscale(1); + }