`、`` 和 ``,请在其前后使用空行(blank lines)与其它内容进行分隔。尽量不要使用制表符(tabs)或空格(spaces)对 HTML 标签做缩进,否则将影响格式。在 HTML 块级标签内不能使用 Markdown 语法。例如 `
`italic and `**bold**` `
` 将不起作用。
\ No newline at end of file
diff --git a/css/highlight.css b/css/highlight.css
index 945876a..c6775ba 100644
--- a/css/highlight.css
+++ b/css/highlight.css
@@ -19,7 +19,7 @@ code {
padding-right: 15px;
}
-li {
+code li {
padding-left: 15px;
padding-right: 15px;
border-left: 1px solid grey;
diff --git a/css/myui.css b/css/myui.css
index 9b0b925..062cbee 100644
--- a/css/myui.css
+++ b/css/myui.css
@@ -34,7 +34,9 @@ body {
background-color: rgba(25, 25, 25, .9);
width: 100%;
z-index: 4;
- cursor: default
+ cursor: default;
+ backdrop-filter: blur(15px);
+ padding: 5px 0px;
}
.menu-container {
@@ -181,7 +183,7 @@ body {
min-height: 200px;
max-width: 1000px;
background-color: rgba(100, 100, 100, .3);
- backdrop-filter: blur(8px);
+ backdrop-filter: blur(15px);
border-radius: 15px;
opacity: 1;
transition: opacity .5s ease, transform .5s ease;
@@ -382,7 +384,7 @@ body {
padding: 15px;
cursor: default;
color: rgb(233,233,233);
- backdrop-filter: blur(8px);
+ backdrop-filter: blur(15px);
}
.sidebar div:first-child {