mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-10 05:01:37 +08:00
小变动
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
--search-result-width: 25rem;
|
||||
}
|
||||
|
||||
/* 暗黑模式下,透明图内容看不清,设置为白色背景 */
|
||||
/* 文章的图片 */
|
||||
html.dark .page img,
|
||||
|
||||
/* 点击放大的大图 */
|
||||
html.dark .medium-zoom-image {
|
||||
background-color: white;
|
||||
background-color: yellow;
|
||||
filter:alpha(style=0, opacity=40, finishopacity=40);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
:root {
|
||||
|
Reference in New Issue
Block a user