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", "default",
"bg4e" "bg4e"
], ],
"theme": "moonstone", "theme": "obsidian",
"cssTheme": "", "cssTheme": "",
"interfaceFontFamily": "", "interfaceFontFamily": "",
"textFontFamily": "", "textFontFamily": "",

View File

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