vault backup: 2024-01-30 18:46:33

Affected files:
.obsidian/appearance.json
assets/css/style.scss
This commit is contained in:
Andley Chang 2024-01-30 18:46:33 +08:00
parent b06635c4ac
commit 8109da1ea4
2 changed files with 5 additions and 6 deletions

View File

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

View File

@ -137,18 +137,17 @@ 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%;
top: 110%;
color: #000;
background-color: lightgray;
border: 1px solid;
background-color: lightgreen;
border: 2px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
font-size: 12px;
}
}