Vanessa 2025-06-24 12:20:02 +08:00
parent 3120fce05c
commit e048ac9a5d
5 changed files with 10 additions and 4 deletions

View file

@ -186,6 +186,9 @@
/* 表格 */
--b3-table-even-background: rgba(0, 0, 0, .02);
/* 数据库 */
--b3-av-gallery-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px, var(--b3-border-color) 0px 0px 0px 1px;
/* 嵌入块 */
--b3-embed-background: transparent;

View file

@ -2,7 +2,7 @@
"name": "daylight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.8",
"version": "1.0.9",
"modes": [
"light"
]

View file

@ -185,6 +185,9 @@
/* 表格 */
--b3-table-even-background: rgba(255, 255, 255, .03);
/* 数据库 */
--b3-av-gallery-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, var(--b3-border-color) 0px 0px 0px 1px;
/* 嵌入块 */
--b3-embed-background: transparent;

View file

@ -2,7 +2,7 @@
"name": "midnight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.8",
"version": "1.0.9",
"modes": [
"dark"
]

View file

@ -271,7 +271,7 @@
}
&-item {
border: 1px solid var(--b3-border-color);
box-shadow: var(--b3-av-gallery-shadow);
border-radius: var(--b3-border-radius);
display: flex;
flex-direction: column;
@ -431,7 +431,7 @@
}
&-add {
border: 1px solid var(--b3-border-color);
box-shadow: var(--b3-av-gallery-shadow);
border-radius: var(--b3-border-radius);
display: flex;
justify-content: center;