feat: 071

This commit is contained in:
TaurusXin 2023-10-27 11:10:23 +08:00
parent aede7923d7
commit 623275e389
2 changed files with 27 additions and 0 deletions

View File

@ -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 日止。

View File

@ -26,6 +26,17 @@
font-weight: 400; font-weight: 400;
font-style: normal; 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,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(1);
}
</style> </style>
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->