vault backup: 2024-01-30 18:34:11

Affected files:
.obsidian/appearance.json
.obsidian/snippets/bg4e.css
assets/css/style.scss
This commit is contained in:
Andley Chang 2024-01-30 18:34:11 +08:00
parent 40c7b900c5
commit b06635c4ac
3 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"default",
"bg4e"
],
"theme": "obsidian",
"theme": "moonstone",
"cssTheme": "",
"interfaceFontFamily": "",
"textFontFamily": "",

View File

@ -189,13 +189,14 @@ em, .cm-em {
position: relative;
display: inline-flex;
justify-content: center;
background-color: yellow;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
color: #000;
background-color: #fff;
background-color: yellow;
border: 1px solid;
width: fit-content;
padding: 3px;

View File

@ -137,13 +137,15 @@ ul ul::before { left: -7px; top: 0; bottom: 0;
position: relative;
display: inline-flex;
justify-content: center;
background-color: lightgray;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
color: #000;
background-color: #fff;
background-color: lightgray;
border: 1px solid;
width: fit-content;
padding: 3px;