1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-09-10 21:11:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

2021.12.26

This commit is contained in:
2021-12-26 20:44:44 +08:00
parent 6916a69daa
commit 41a3167862
41 changed files with 400 additions and 15 deletions

36
docs/.vuepress/dist/css/search.css vendored Normal file
View File

@@ -0,0 +1,36 @@
/* 搜索框样式 */
:root {
--search-input-width: 12rem;
--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 {
--search-bg-color: #ffffff;
--search-accent-color: #3eaf7c;
--search-text-color: #2c3e50;
--search-border-color: #eaecef;
--search-item-text-color: #5d81a5;
--search-item-focus-bg-color: #f3f4f5;
--search-input-width: 8rem;
--search-result-width: 20rem;
}
body {
background: black;
}
*/