Next 主题优化

This commit is contained in:
tangly1024.com
2023-05-23 14:49:48 +08:00
parent 133bcd6aa7
commit e4c964e7b9
10 changed files with 88 additions and 55 deletions

View File

@@ -201,8 +201,8 @@ nav {
}
.next #announcement-content *{
font-size:12px !important;
line-height:1.5 !important;
font-size:13px !important;
line-height:1.7 !important;
}
/* twikoo 评论区超链接样式 */

View File

@@ -36,7 +36,7 @@
--notion-yellow_background: rgb(251, 243, 219);
--notion-orange_background: rgb(250, 235, 221);
--notion-brown_background: rgb(233, 229, 227);
--notion-gray_background: rgb(235, 236, 237);
--notion-gray_background: rgb(241 241 239);
--notion-green_background: rgb(219, 237, 219);
--notion-default_background: rgba(227, 226, 224);
@@ -48,7 +48,7 @@
--notion-yellow_background_co: rgba(251, 243, 219, 0.3);
--notion-orange_background_co: rgba(250, 235, 221, 0.3);
--notion-brown_background_co: rgba(233, 229, 227, 0.3);
--notion-gray_background_co: rgba(235, 236, 237, 0.3);
--notion-gray_background_co: rgba(241, 241, 239, 0.3);
--notion-green_background_co: rgba(219, 237, 219, 0.3);
--notion-default_background_co: rgba(227, 226, 224, 0.3);